Scalingo / documentation

Scalingo Documentation Center
https://doc.scalingo.com
9 stars 73 forks source link

Laravel: document the requirement for the `php artisan optimize` command before starting the app #2843

Closed aurelien-reeves-scalingo closed 2 weeks ago

aurelien-reeves-scalingo commented 1 month ago

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