gpxcat / laravel_db_log
自製的Laravel DB 查詢 Log
Installs: 340
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/gpxcat/laravel_db_log
README
Add the environment variable to your .env file:
LOG_LEVEL=debug
DB_LOG=1
Laravel 5.5+ Integration
Laravel's package discovery will take care of integration for you.
Laravel 5.* Integration
Add the service provider to your config/app.php file:
'providers' => array( //... Gpxcat\LaravelDbLog\DBLogServiceProvider::class, ),