add refresh to migrate artisan method
This commit is contained in:
parent
b11015ae8f
commit
ebade01982
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ setup:
|
||||||
cp -n .env.example .env
|
cp -n .env.example .env
|
||||||
php artisan key:gen --ansi
|
php artisan key:gen --ansi
|
||||||
touch database/database.sqlite
|
touch database/database.sqlite
|
||||||
php artisan migrate
|
php artisan migrate:refresh
|
||||||
php artisan db:seed
|
php artisan db:seed
|
||||||
npm ci
|
npm ci
|
||||||
npm run build
|
npm run build
|
||||||
|
|
Loading…
Reference in New Issue