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