Symfony - Difference Between a Live and a Non-live Environment
Sunday, July 27th, 2008What 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

