mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +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
|
||||
cp .env.example .env
|
||||
php artisan key:generate
|
||||
```
|
||||
|
||||
#### Install dependencies and Build frontend
|
||||
#### Install dependencies and build frontend
|
||||
|
||||
```bash
|
||||
composer install
|
||||
|
|
@ -27,6 +26,12 @@ npm i
|
|||
npm run build
|
||||
```
|
||||
|
||||
#### Generate application key
|
||||
|
||||
```bash
|
||||
php artisan key:generate
|
||||
```
|
||||
|
||||
#### Run migrations
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue