Last active
January 6, 2022 03:06
-
-
Save azizramdan/e0b07d7a9669f1633b9f4a3e7f8f96ef to your computer and use it in GitHub Desktop.
dump query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\DB::listen(function ($query) { | |
dump($query->sql, $query->bindings); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment