Skip to content

Instantly share code, notes, and snippets.

@matheus-santos
Last active March 4, 2019 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheus-santos/4417f9713e1a14ece84a29f791945c5c to your computer and use it in GitHub Desktop.
Save matheus-santos/4417f9713e1a14ece84a29f791945c5c to your computer and use it in GitHub Desktop.
See last executed queries in Laravel
\DB::enableQueryLog();
// Laravel query operation here ...
print_r(\DB::getQueryLog()); exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment