Skip to content

Instantly share code, notes, and snippets.

@todiadiyatmo
Created October 3, 2015 14:45
Show Gist options
  • Save todiadiyatmo/05dc76cef344a0f3295b to your computer and use it in GitHub Desktop.
Save todiadiyatmo/05dc76cef344a0f3295b to your computer and use it in GitHub Desktop.
Laravel
\DB::listen(function($sql, $bindings, $time) {
				    var_dump($sql);
				    var_dump($bindings);
				    var_dump($time);
				});
die();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment