add comand db-prepare and start-app

This commit is contained in:
aslan 2024-02-16 16:04:44 +03:00
parent f8f6d4b3d3
commit 8b2736e785
1 changed files with 6 additions and 0 deletions

View File

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