Skip to content

Instantly share code, notes, and snippets.

@stevenwoodson
Created December 3, 2014 23:13
Show Gist options
  • Save stevenwoodson/6ad009f82ca890bb76cd to your computer and use it in GitHub Desktop.
Save stevenwoodson/6ad009f82ca890bb76cd to your computer and use it in GitHub Desktop.
Laravel - Output the latest queries executed
dd(DB::getQueryLog());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment