dev command updated

This commit is contained in:
Andras Bacsai
2024-07-06 14:33:59 +02:00
parent 38d9999814
commit f8f0aa171c
3 changed files with 32 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
#!/command/execlineb -P
foreground { composer -d /var/www/html/ install }
foreground { php /var/www/html/artisan migrate --step }
foreground { php /var/www/html/artisan dev:init }
foreground { php /var/www/html/artisan dev --init }