Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
update README.md with missing step for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
connecteev committed Jul 28, 2019
1 parent 91516bc commit 205908a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,19 @@ DB_PASSWORD=secret
composer update
```

5. migrate the database:
5. Run:
```bash
php artisan migrate
php artisan key:generate
```

6. Done!
6. migrate and seed the database:
```bash
php artisan migrate --seed
```

7. Done!

7. Optional: Install npm dependencies to modify `sass` and `vue` files:
8. Optional: Install npm dependencies to modify `sass` and `vue` files:
```bash
npm install
npm run dev
Expand Down

0 comments on commit 205908a

Please sign in to comment.