Package Data | |
---|---|
Maintainer Username: | rodrigo.pedra |
Maintainer Contact: | rodrigo.pedra@gmail.com (Rodrigo Pedra Brum) |
Package Create Date: | 2015-06-24 |
Package Last Update: | 2024-05-01 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:04:41 |
Package Statistics | |
---|---|
Total Downloads: | 10,710 |
Monthly Downloads: | 88 |
Daily Downloads: | 2 |
Total Stars: | 9 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
for Laravel 5.0 and 5.1 use the 1.0 release
Logs all queries when APP_DEBUG=true
composer require rodrigopedra/laravel-query-logger
Add the provider to your config/app.php:
// in your config/app.php add the provider to the service providers key
'providers' => [
/* ... */
'RodrigoPedra\QueryLogger\QueryLoggerServiceProvider',
]
This package is open-sourced software licensed under the MIT license