Skip to content

Commit

Permalink
Improvements to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrux committed Jul 24, 2019
1 parent e3947c3 commit 6eba05e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ by @chrux [email protected]
## Instalation

1. copy .env.example file into .env
2. enter the `DB_` constants info
3. run `php artisan key:generate` to generate the application key
4. run `php artisan migrate` to create the database
2. edit .env file and change the `DB_` constants info as required
3. run `composer install` to install the dependencies
4. run `php artisan key:generate` to generate the application key
5. run `php artisan migrate` to create the database
6. run `yarn`
7. run `yarn dev`
8. run the app `php artisan serve`

0 comments on commit 6eba05e

Please sign in to comment.