add refresh to migrate artisan method

This commit is contained in:
aslan 2024-02-07 16:34:24 +03:00
parent b11015ae8f
commit ebade01982
1 changed files with 1 additions and 1 deletions

View File

@ -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