Releases: mll-lab/laravel-query-log
Releases · mll-lab/laravel-query-log
v2.1.0
Changed
- Use tag to publish config:
php artisan vendor:publish --tag=query-log-config
v2.0.0
Added
Removed
- Drop support for Laravel 5.5 and PHP 7.1
v1.0.0
Added
- Log database queries to
storage/logs/query.log
by default
- Allow turning off query logs through configuration
- Select any log channel through configuration