Skip to content
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

Closed
alissn opened this issue Oct 2, 2022 · 4 comments
Closed

check for laravel version above v9.32.0 #13

alissn opened this issue Oct 2, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@alissn
Copy link

alissn commented Oct 2, 2022

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.

@alissn alissn added the bug Something isn't working label Oct 2, 2022
@giagara
Copy link

giagara commented Oct 3, 2022

I think this is related to this

I have this issue too btw.

@inxilpro
Copy link
Contributor

inxilpro commented Oct 4, 2022

Yeah, the new dd() behavior has impacted this package. I'm hoping to get it into core, but either way, I'll try to sort out something.

@alissn alissn closed this as completed Feb 19, 2023
@alissn
Copy link
Author

alissn commented Dec 14, 2023

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 ddRawSql, it does not format the output in the same way as this package. I don't think it would be advisable to add the jdorn/sql-formatter package to the core of Laravel.

If you have the time, please consider updating this package.

Thanks.

@alissn alissn reopened this Dec 14, 2023
@inxilpro
Copy link
Contributor

I think I finally figured out a workaround. Look for an update soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants