ilhanet / debugbar-doctrine
Doctrine Collector for Debugbar
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ilhanet/debugbar-doctrine
Requires
- php: >=5.3.0
- illuminate/support: ^5
This package is auto-updated.
Last update: 2025-10-05 21:21:23 UTC
README
Doctrine PDO Collector for Debugbar
Installation
You will need laravel-debugbar
package. This package will not install dependencies.
Insert this line into your composer.json
file:
"vittee/debugbar-doctrine" : "dev-master",
Then run an composer update
Once installed, add the service provider to the providers
array in app/config/app.php
file:
'Vittee\DebugbarDoctrine\DebugbarDoctrineServiceProvider',
Now if you enable db collector in Debugbar, database queries should be logged in the DebugBar Database section.