Skip to content

Commit 15946cf

Browse files
committed
changed the instruction of installation.
1 parent 8e7b7d3 commit 15946cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

readme.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,11 @@ After this simple configuration you can populate the database by running a coupl
6161
6262
### Installation
6363
64-
there is a need to run `composer install`
65-
6664
CD into the directory of this project and run the following two commands:
6765
68-
1. `php artisan migrate`
69-
2. `php artisan db:seed`
66+
1. `composer install`
67+
2. `php artisan migrate`
68+
3. `php artisan db:seed`
7069
7170
This will create the database structure and populate the database with some sample data so that you could see this project in action.
7271

0 commit comments

Comments
 (0)