ilhanet/debugbar-doctrine

There is no license information available for the latest version (dev-master) of this package.

Doctrine Collector for Debugbar

Maintainers

Package info

github.com/lucianobapo/debugbar-doctrine

Homepage

pkg:composer/ilhanet/debugbar-doctrine

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2016-09-18 18:02 UTC

This package is auto-updated.

Last update: 2026-03-05 22:06:04 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.