prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 8b2736e785 - Show all commits

View File

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