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

Leave a Reply

You must be logged in to post a comment.