Skip to content

Instantly share code, notes, and snippets.

@akrez
Last active November 13, 2024 14:50
Show Gist options
  • Save akrez/b1d7900b7b5b4265e733f02bd4ed2d99 to your computer and use it in GitHub Desktop.
Save akrez/b1d7900b7b5b4265e733f02bd4ed2d99 to your computer and use it in GitHub Desktop.
log all queries
DB::listen(function (QueryExecuted $query) {
info("🔵\t".$query->toRawSql());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment