You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,13 +61,13 @@ After this simple configuration you can populate the database by running a coupl
61
61
62
62
### Installation
63
63
64
-
CD into the directory of this project and run the following two commands:
64
+
CD into the directory of this project and run the following three commands:
65
65
66
66
1. `composer install`
67
67
2. `php artisan migrate`
68
68
3. `php artisan db:seed`
69
69
70
-
This will create the database structure and populate the database with some sample data so that you could see this project in action.
70
+
This will install all Composer dependencies, create the database structure and populate the database with some sample data so that you could see this project in action.
0 commit comments