2023-12-13 10:12:53 +00:00
|
|
|
#!/command/execlineb -P
|
|
|
|
foreground { composer -d /var/www/html/ install }
|
|
|
|
foreground { php /var/www/html/artisan migrate --step }
|
2024-07-06 12:33:59 +00:00
|
|
|
foreground { php /var/www/html/artisan dev --init }
|
2023-12-13 10:35:53 +00:00
|
|
|
|