Skip to content

Releases: rodrigopedra/laravel-query-logger

Fallback to manual escaping

06 Jul 22:05

Choose a tag to compare

If built-in Illuminate\Database\Events\QueryExecuted@toRawSql() fallback to manual escaping

Simplify code

02 Mar 17:45

Choose a tag to compare

Leverage QueryExecuted@toRawSql and use PHP firs-class callable syntax

Laravel 12 support

24 Feb 21:27

Choose a tag to compare

Laravel 12 support

Laravel 11 Support

01 May 07:37

Choose a tag to compare

v6.2.0

Laravel 11 support

Reorganize Log context

08 Aug 02:31

Choose a tag to compare

Move bindings array after time, connection and database, on log context

Laravel 10.0 support

15 Feb 15:31

Choose a tag to compare

Laravel 10.0 support

Improve date format handling

06 Oct 14:14

Choose a tag to compare

Improves date format handling to account for connection's grammar date format

Support guess spot in Laravel 8.x

08 Jun 18:56

Choose a tag to compare

v4.5.0

Support guess spot in Laravel 8.x

Avoid undefined file key

04 May 16:29

Choose a tag to compare

Avoid undefined file key when guessing call spot

Add call spot

04 May 07:24

Choose a tag to compare

Adds to the log context the first element from \debug_backtrace() outside of the vendor folder.

This should give the developer an idea where in the code the query was executed.