Skip to content

Instantly share code, notes, and snippets.

@pollin14
Last active August 29, 2015 14:10
Show Gist options
  • Save pollin14/c0d4f68ef4eac9b41724 to your computer and use it in GitHub Desktop.
Save pollin14/c0d4f68ef4eac9b41724 to your computer and use it in GitHub Desktop.
Get the last query in Laravel4
$queries = \DB::getQueryLog();
\Log::info(end($queries))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment