forked from aslan/applicant-site
add refresh
This commit is contained in:
parent
a78f2bdef5
commit
e86a93d3d4
2
Makefile
2
Makefile
|
@ -59,7 +59,7 @@ ide-helper:
|
||||||
php artisan ide-helper:mod -n
|
php artisan ide-helper:mod -n
|
||||||
|
|
||||||
db-prepare:
|
db-prepare:
|
||||||
php artisan migrate:fresh --force --seed
|
php artisan migrate:refresh --force --seed
|
||||||
|
|
||||||
start-app:
|
start-app:
|
||||||
php artisan serve --host 0.0.0.0 --port ${PORT}
|
php artisan serve --host 0.0.0.0 --port ${PORT}
|
||||||
|
|
Loading…
Reference in New Issue