Skip to content

Instantly share code, notes, and snippets.

@trevorgreenleaf
Created July 10, 2015 04:03
Show Gist options
  • Save trevorgreenleaf/0b9652d2063861945546 to your computer and use it in GitHub Desktop.
Save trevorgreenleaf/0b9652d2063861945546 to your computer and use it in GitHub Desktop.
Laravel Query Debug
DB::connection()->enableQueryLog();
$query = DB::getQueryLog();
$lastQuery = end($query);
dd($lastQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment