Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 511 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 511 Bytes

Query Logger for Laravel 5.x

Logs all queries when APP_DEBUG=true

Installation

composer require rodrigopedra/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' => [
    /* ... */
    
    'RodrigoPedra\QueryLogger\QueryLoggerServiceProvider',
]

License

This package is open-sourced software licensed under the MIT license