More installer fixes, creation and seeding works

This commit is contained in:
Nabeel Shahzad
2017-12-14 21:59:54 -06:00
parent 719d7c2bd5
commit 9d2ee0e7df
9 changed files with 188 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ install: build
update: build
@php composer.phar dump-autoload
@php composer.phar update --no-interaction
@php artisan migrate
@php artisan migrate --force
@echo "Done!"
.PHONY: reset