rodrigopedra / laravel-query-logger by rodrigo.pedra

Laravel query logger
10,034
9
3
Package Data
Maintainer Username: rodrigo.pedra
Maintainer Contact: rodrigo.pedra@gmail.com (Rodrigo Pedra Brum)
Package Create Date: 2015-06-24
Package Last Update: 2023-08-08
Language: PHP
License: MIT
Last Refreshed: 2024-03-23 15:01:07
Package Statistics
Total Downloads: 10,034
Monthly Downloads: 176
Daily Downloads: 0
Total Stars: 9
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

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 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