Replies: 2 comments
|
@ograna you would have to enable debug for the connections, under |
0 replies
|
I ran into the same problem coming from a Laravel background. Built this package for my own projects, give it a try: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
I love the Debugbar in Laravel (https://github.com/barryvdh/laravel-debugbar) or the Profiler in Symfony.
Since there is no built-in or third party library out there, i was trying to build this by myself.
But I was not able to hook into all the important application "states" and "events" except database querys.
Am I just to bad to do something like this or is it currently not possible? If not possible, do you think there will be a posibility in the future?
All reactions