mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 15:37:53 +00:00
chore: minor fixes for documentation
This commit is contained in:
parent
2318c8d2ae
commit
70c6235105
1 changed files with 7 additions and 2 deletions
|
|
@ -16,10 +16,9 @@ git clone git@github.com:usetrmnl/byos_laravel.git
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
php artisan key:generate
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Install dependencies and Build frontend
|
#### Install dependencies and build frontend
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer install
|
composer install
|
||||||
|
|
@ -27,6 +26,12 @@ npm i
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Generate application key
|
||||||
|
|
||||||
|
```bash
|
||||||
|
php artisan key:generate
|
||||||
|
```
|
||||||
|
|
||||||
#### Run migrations
|
#### Run migrations
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue