Skip to content

Instantly share code, notes, and snippets.

@marchampson
Created April 10, 2014 13:26
Show Gist options
  • Save marchampson/10382082 to your computer and use it in GitHub Desktop.
Save marchampson/10382082 to your computer and use it in GitHub Desktop.
Listen for illuminate queries
Event::listen('illuminate.query', function($query) {
var_dump($query);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment