Skip to content

Instantly share code, notes, and snippets.

@felixpenrose
Last active July 24, 2019 09:57
Show Gist options
  • Save felixpenrose/20fe4e2a757b21e6312e7836d7511289 to your computer and use it in GitHub Desktop.
Save felixpenrose/20fe4e2a757b21e6312e7836d7511289 to your computer and use it in GitHub Desktop.
Show artisan queries executed
DB::listen(function ($query) { dump($query->sql); dump($query->bindings); dump($query->time); echo PHP_EOL . PHP_EOL; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment