add comand db-prepare and start-app
This commit is contained in:
parent
f8f6d4b3d3
commit
8b2736e785
6
Makefile
6
Makefile
|
@ -57,3 +57,9 @@ ide-helper:
|
||||||
php artisan ide-helper:gen
|
php artisan ide-helper:gen
|
||||||
php artisan ide-helper:meta
|
php artisan ide-helper:meta
|
||||||
php artisan ide-helper:mod -n
|
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}
|
||||||
|
|
Loading…
Reference in New Issue