Skip to content

Instantly share code, notes, and snippets.

@duan-li
Last active February 19, 2018 00:07
Show Gist options
  • Save duan-li/52e8f7847a5d72062641b5af662fb913 to your computer and use it in GitHub Desktop.
Save duan-li/52e8f7847a5d72062641b5af662fb913 to your computer and use it in GitHub Desktop.
laravel show last executed query
\DB::enableQueryLog();
// query
print_r(DB::getQueryLog());
// log
\Log::info(\DB::getQueryLog());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment