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

Latest commit

 

History

History
44 lines (24 loc) · 744 Bytes

CHANGELOG.md

File metadata and controls

44 lines (24 loc) · 744 Bytes

Changelog

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.

Unreleased

v2.3.0

Added

  • Support Laravel 9

v2.2.0

Added

  • Support Laravel 8

v2.1.0

Changed

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

v2.0.0

Added

  • Support Laravel 7

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