Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add support for Laravel >= 9 dumpWithSource #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johanrosenson
Copy link

Laravel 9 added source file & line number laravel/framework#44211 to the dump/dd output, but laravel-dump-server is not compatible with this feature.

The goal of this PR is to fix this by using Laravels dumper as fallback if the dump-server is not running.

This PR should not introduce any breaking changes and it also keeps support for older Laravel versions.

before this PR

after this PR

@johanrosenson johanrosenson changed the title add support for Laravel 9 dumpWithSource add support for Laravel >= 9 dumpWithSource Aug 6, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant