| Package Data | |
|---|---|
| Maintainer Username: | rodrigo.pedra |
| Maintainer Contact: | rodrigo.pedra@gmail.com (Rodrigo Pedra Brum) |
| Package Create Date: | 2015-06-24 |
| Package Last Update: | 2025-07-06 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-06 15:04:28 |
| Package Statistics | |
|---|---|
| Total Downloads: | 11,449 |
| Monthly Downloads: | 33 |
| Daily Downloads: | 2 |
| Total Stars: | 11 |
| Total Watchers: | 1 |
| 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