gpxcat / laravel_db_log
There is no license information available for the latest version (1.0) of this package.
自製的Laravel DB 查詢 Log
1.0
2022-04-29 01:32 UTC
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, ),