beyondcode / laravel-query-detector

Laravel N+1 Query Detector
https://beyondco.de/docs/laravel-query-detector/usage
MIT License
1.99k stars 138 forks source link

Add support for Laravel 11 #106

Closed G4Zz0L1 closed 1 month ago

G4Zz0L1 commented 8 months ago

Laravel 11 is out, can you add support for it? Thanks in advance!

liamjoc commented 8 months ago

In the meantime follow the comments in the following PR to get this working with your Laravel 11 App.

https://github.com/beyondcode/laravel-query-detector/pull/105

G4Zz0L1 commented 8 months ago

Yes, I tried it and it seems to have no problems on my side. I suppose it can be merged, after your due tests.

G4Zz0L1 commented 7 months ago

Is there any news for when it will be merged? Thanks in advance!

it-can commented 7 months ago

@mpociot can you merge this and release a new tag/version please?

deyan-ardi commented 7 months ago

When Laravel 11.x support will be release?

roelVerdonschot commented 6 months ago

Any update on this?

blissjaspis commented 6 months ago

You can use the repo that I have forked and supports Laravel version 11 https://github.com/blissjaspis/laravel-query-detector

iqbalhasandev commented 5 months ago

Any update on this?

deyan-ardi commented 5 months ago

Any update on this?

Maybe use the forked repo https://github.com/blissjaspis/laravel-query-detector

leo108 commented 3 months ago

You can use the repo that I have forked and supports Laravel version 11 https://github.com/blissjaspis/laravel-query-detector

This is a copy, not a fork.

anchan42 commented 1 month ago

You can use the repo that I have forked and supports Laravel version 11 https://github.com/blissjaspis/laravel-query-detector

Thanks a lot :) Clearly this is meant as a temporary solution until the main repo is updated. No need to jump about 😚