Skip to content

Instantly share code, notes, and snippets.

@atishgoswami
Created November 15, 2016 03:42
Show Gist options
  • Save atishgoswami/c521a1449429deb463140d869dbd2c3f to your computer and use it in GitHub Desktop.
Save atishgoswami/c521a1449429deb463140d869dbd2c3f to your computer and use it in GitHub Desktop.
Laravel Query Logger
DB::listen(function($query){var_dump($query->sql)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment