Skip to content
Akul Mehta Logo
  • Publications
  • Web Projects
  • Snippets
  • Contact
  • Toggle website search
Menu Close
  • Publications
  • Web Projects
  • Snippets
  • Contact
  • Toggle website search
Read more about the article Laravel – Log All SQL Queries

Laravel – Log All SQL Queries

  • Post published:December 29, 2023
  • Post category:Snippets

If you want to log all SQL queries to the laravel.log file use the following code in your AppServiceProvider.php - boot() method: class AppServiceProvider extends ServiceProvider { // ... public…

Continue ReadingLaravel – Log All SQL Queries
Akul Mehta Logo

Follow Me

  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab

Opinions expressed are solely my own and do not express the views or opinions of my employer.

Copyright Akul Mehta