Skip to content

lucianobapo/debugbar-doctrine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debugbar-doctrine

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages