We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7b7d3 commit 15946cfCopy full SHA for 15946cf
readme.md
@@ -61,12 +61,11 @@ After this simple configuration you can populate the database by running a coupl
61
62
### Installation
63
64
-there is a need to run `composer install`
65
-
66
CD into the directory of this project and run the following two commands:
67
68
-1. `php artisan migrate`
69
-2. `php artisan db:seed`
+1. `composer install`
+2. `php artisan migrate`
+3. `php artisan db:seed`
70
71
This will create the database structure and populate the database with some sample data so that you could see this project in action.
72
0 commit comments