-
Notifications
You must be signed in to change notification settings - Fork 14
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
check for laravel version above v9.32.0 #13
Comments
I think this is related to this I have this issue too btw. |
Yeah, the new |
Hi @inxilpro, Is it possible for you to update this package to be usable in Laravel version 10? This package is very useful for debugging and saving time, as it makes data more readable. Despite the addition of the new method If you have the time, please consider updating this package. Thanks. |
I think I finally figured out a workaround. Look for an update soon! |
hi,
before v9.32.0 when dd( Illuminate\Database\Eloquent\Builder ) show query, and it's very useful
after update don't show query and just return Illuminate\Database\Eloquent\Builder class attribute
I guess something changed and affected this.
The text was updated successfully, but these errors were encountered: