Symfony – Difference Between a Live and a Non-live Environment

What makes an environment a live one or not is the frontend. In particular the third param of the method:
ProjectConfiguration::getApplicationConfiguration
If we are in a live environment, instead of displaying the full execution stack and an explicit error message, the page error500 will be displayed

This entry was posted in Symfony. Bookmark the permalink.

Leave a Reply