Skip to content

jarnovanleeuwen/laravel-query-logger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Laravel query logger

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%