Update README.md

shift-build-2464
Nadim Salloum 2021-06-15 18:58:04 +00:00 committed by GitHub
parent 06342508b8
commit fd74b2d8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,9 +9,10 @@ Running on Laravel 8
## Project Setup
Prequisites:
Prerequisites:
- [Docker](https://docker.com) installed and running
Steps:
1. copy .env.example to .env
2. start app by running `./vendor/bin/sail up` inside the main directory (or configure a bash alias: `alias sail='bash vendor/bin/sail'`) then you can use `sail up`
3. Run migrations and seed db: `sail php artisan migrate:fresh --seed`