lobotomised/laravel-sql-logger

Simple way to log your SQL queries

1.1.0 2023-02-09 09:25 UTC

This package is auto-updated.

Last update: 2024-04-28 13:08:12 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

This package allows you to log all your SQL queries in a log file

Installation

You can install the package via composer

composer require --dev lobotomised/laravel-sql-logger

By default, no query is log. Logging will be enabled when DB_DEBUG is true.

Testing

composer test