-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with Eloquent Eager Limit #173
Comments
Feel free to open a PR with the upgrade, don't forget to add some tests |
@lannodev did you get this working? I'm also running into this issues updating a project to laravel 11. |
Hi @parkourben99 |
I'll give it a go next week. Will let you know how I go. |
I've created a PR #180 testing it on my project at the moment. I suspect it'll need to be extended to support other database types, not just MySql. Give it a go, see if it works for you. |
Before Laravel 11 to use compoships with Eloquent Eager Limit it was necessary to use this Compoships Eager Limit package.
Now the Eloquent Eager Limit package is native on Laravel.
Please, its possible to make compoships to works with it ?
Using just compoships in laravel 11 I get the following error:
stripos(): Argument #1 ($haystack) must be of type string, array given
example:
All the best
The text was updated successfully, but these errors were encountered: