It may not be mandatory, but php artisan optimize seems to be pretty important for Laravel apps. We may want to document how to execute that command before starting the app in the dedicated Laravel documentation
for example via a start.sh script, or right in the Procfile: php artisan optimize && bin/run
It may not be mandatory, but
php artisan optimize
seems to be pretty important for Laravel apps. We may want to document how to execute that command before starting the app in the dedicated Laravel documentationfor example via a start.sh script, or right in the Procfile:
php artisan optimize && bin/run