diff --git a/Makefile b/Makefile index 92ec6f1..9be112e 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ ide-helper: php artisan ide-helper:mod -n db-prepare: - php artisan migrate:fresh --force --seed + php artisan migrate:refresh --force --seed start-app: php artisan serve --host 0.0.0.0 --port ${PORT}