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