both. there is no point in including the library in your production code if it never gets run.
Apr 23, 2017
2
Level 7
Laravel Debug-bar
Because the documentation states that the debug-bar will slow down your application, I want to get some clarification on what it means to use it in development only. I've got a local environment, staging server, and production server. So if I've got APP_DEBUG set accordingly in my respective .env files, is this what's meant by development only? Or should it be in the require-dev section of the composer.json file, or both?
Level 122
Please or to participate in this conversation.