Skip to content

Instantly share code, notes, and snippets.

@pauiglesias
Created June 29, 2016 08:43
Show Gist options
  • Select an option

  • Save pauiglesias/5b9dc4b686605a9d0c52600b8baa0c1e to your computer and use it in GitHub Desktop.

Select an option

Save pauiglesias/5b9dc4b686605a9d0c52600b8baa0c1e to your computer and use it in GitHub Desktop.
DB::enableQueryLog();
[.. query ..]
error_log(print_r(DB::getQueryLog(), true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment