documentation - symfony debug:true does what? -


i've been searching symfony docs , explanation of changing symfony's debug flag true exactly. feel stupid not finding ... can provide link doc?

read working environments more informations debug.

you right, symfony documentation related debug component use not give detailed explanations features added environment.

if use debug=true in environment, debug-bar containig informations related environment, , other features related debug in php framework.

i list main additional features added enabling debug :

  • toolbar added informations requests, security, deprecations, translations, configuration, , errors in current request.

  • cache files dynamically rebuilt on each request.

  • enable debugging features in packages , third-party libraries based on debug (such twig dump)

errors displaying no longer managed debug, it's configured in front-controller (e.g. app_dev.php , app.php)

informations coming configuration , environments
symfony documentation vast , it's surely not bigger part, important know, discover too.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -