Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Releases: mll-lab/laravel-query-log

v2.3.0

16 May 09:03
Compare
Choose a tag to compare

Added

  • Support Laravel 9

v2.2.0

10 Dec 14:34
a25acf8
Compare
Choose a tag to compare

Added

  • Support Laravel 8

v2.1.0

27 Jul 06:53
Compare
Choose a tag to compare

Changed

  • Use tag to publish config: php artisan vendor:publish --tag=query-log-config

v2.0.0

07 May 07:03
Compare
Choose a tag to compare

Added

  • Support Laravel 7

Removed

  • Drop support for Laravel 5.5 and PHP 7.1

v1.0.0

05 Dec 16:07
Compare
Choose a tag to compare

Added

  • Log database queries to storage/logs/query.log by default
  • Allow turning off query logs through configuration
  • Select any log channel through configuration