Skip to content

Instantly share code, notes, and snippets.

@sabid
Created July 8, 2014 17:54
Show Gist options
  • Save sabid/4bb85f1cd900db78e379 to your computer and use it in GitHub Desktop.
Save sabid/4bb85f1cd900db78e379 to your computer and use it in GitHub Desktop.
Laravel Even::listenen Query
Event::listen('illuminate.query), function($slq)
{
var_dump($sql);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment