laravel-query-logger maintained by rjmangini
Description
Laravel query logger
Author
Last update
2022/01/30 12:47
(dev-master)
License
Downloads
0
Tags
Query Logger for Laravel 5.2
for Laravel 5.0 and 5.1 use the 1.0 release
Logs all queries when APP_DEBUG=true
Installation
composer require rjmangini/laravel-query-logger
Configuration
Add the provider to your config/app.php:
// in your config/app.php add the provider to the service providers key
'providers' => [
/* ... */
'rjmangini\QueryLogger\QueryLoggerServiceProvider',
]
License
This package is open-sourced software licensed under the MIT license