2017 © Pedro Peláez
 

library debugbar-doctrine

Doctrine Collector for Debugbar

image

vittee/debugbar-doctrine

Doctrine Collector for Debugbar

  • Sunday, October 20, 2013
  • by vittee
  • Repository
  • 2 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

debugbar-doctrine

Doctrine PDO Collector for Debugbar, (*1)

Installation

You will need laravel-debugbar package. This package will not install dependencies., (*2)

Insert this line into your composer.json file:, (*3)

"vittee/debugbar-doctrine" : "dev-master",

Then run an composer update, (*4)

Once installed, add the service provider to the providers array in app/config/app.php file:, (*5)

'Vittee\DebugbarDoctrine\DebugbarDoctrineServiceProvider',

Now if you enable db collector in Debugbar, database queries should be logged in the DebugBar Database section., (*6)

The Versions

20/10 2013

dev-master

9999999-dev https://github.com/vittee/debugbar-doctrine

Doctrine Collector for Debugbar

  Sources   Download

The Requires

 

by Wittawas Nakkasem