Added local flag for easier install

This commit is contained in:
snipe
2014-06-25 04:24:13 -04:00
parent d24c4ed7eb
commit 7cb0db5b83
+1 -1
View File
@@ -140,7 +140,7 @@ Now, you need to create yourself a user and finish the installation.
Use the following command to create your default user, user groups and run all the necessary migrations automatically.
php artisan app:install
php artisan app:install --env=local
-----