Skip to content

Instantly share code, notes, and snippets.

@bkno
Created February 19, 2016 12:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkno/cc756726539801b9f049 to your computer and use it in GitHub Desktop.
Save bkno/cc756726539801b9f049 to your computer and use it in GitHub Desktop.
Debug eloquent queries in Laravel 5
<?php
use DB;
DB::enableQueryLog();
// execute queries here
dd(DB::getQueryLog());
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment