Pablo Largo Mohedano
Pablo Largo Mohedano
It could be interesting to have something like Symfony, reading the .env file and filling variables. For example: ```yaml db: driver: mariadb username: '%env(DB_USERNAME)%' password: '%env(DB_PASSWORD)%' ```
Following the conversation in #279: I feel like adding an error with the `addException` method, as the message will appear in the "Exceptions" tab on the debug bar, besides the...
Are you sure you are calling `$debugbar->sendDataInHeaders(true);` at the end of the script, just before echoing any output? I've fall in that little pit a few moments ago, I feel...
Facing the same problem. Couldn't be very logic to send the headers at any moment of the script, and update the .json incrementally?
Just tried this plugin. In first place, it broke the original PHP syntax, and when I've selected the Naomi PHP syntax, it didn't highlight HTML outside the PHP tags. Loved...
+1 on this!
I have this exact display problem since ST3
Hi @nacmartin, excuse me for the ping! I would love to know, if this is not implemented yet, how you would approach it so I can start making a PR....
What's the status of this PR?