spatie / laravel-ray

Debug with Ray to fix problems faster in Laravel apps
https://myray.app
MIT License
291 stars 64 forks source link

feat: support raw sql #306

Closed innocenzi closed 1 year ago

innocenzi commented 1 year ago

This pull request adds support for the newly added raw SQL feature for Laravel 10.15. The implementation seems a bit verbose, but I couldn't think of another way to not introduce a breaking change.

Before

image

After

image
tpetry commented 1 year ago

I wanted to work tomorrow on the same change. You have been faster than me 👍

freekmurze commented 1 year ago

Thank you!