8 lines
135 B
Bash
8 lines
135 B
Bash
#!/bin/sh
|
|
|
|
# Cache
|
|
php ./artisan optimize:clear && php ./artisan optimize
|
|
|
|
# Start the server
|
|
exec frankenphp php-server --root=public
|