laravel-dump-server
laravel-dump-server copied to clipboard
add support for Laravel >= 9 dumpWithSource
Laravel 9 added source file & line number https://github.com/laravel/framework/pull/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