php-debugbar/doctrine-bridge
Doctrine Bridge for PHP Debug Bar adds collectors to profile Doctrine ORM/DBAL activity in the PHP Debug Bar. Install via Composer, run the included demo with a local DB, and execute PHPUnit/Panther tests for verification.
This requires https://github.com/php-debugbar/php-debugbar/ to be installed first.
composer require php-debugbar/doctrine-bridge
To run the demo, clone this repository and build the demo database.
composer run install-demo
Then start the Built-In PHP webserver from the root:
composer run demo
Then visit http://localhost:8000/demo/
To test, run php vendor/bin/phpunit.
To debug Browser tests, you can run PANTHER_NO_HEADLESS=1 vendor/bin/phpunit --debug. Run vendor/bin/bdi detect drivers to download the latest drivers.
How can I help you explore Laravel packages today?