Skip to content

Instantly share code, notes, and snippets.

@msonowal
Forked from todiadiyatmo/laravel.md
Created November 2, 2015 10:55
Show Gist options
  • Save msonowal/7467e491648dd91f4d33 to your computer and use it in GitHub Desktop.
Save msonowal/7467e491648dd91f4d33 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