All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support Laravel 9
- Support Laravel 8
- Use tag to publish config:
php artisan vendor:publish --tag=query-log-config
- Support Laravel 7
- Drop support for Laravel 5.5 and PHP 7.1
- Log database queries to
storage/logs/query.log
by default - Allow turning off query logs through configuration
- Select any log channel through configuration