6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
#!/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 }
|
|
|