laravel-dump-server icon indicating copy to clipboard operation
laravel-dump-server copied to clipboard

add support for Laravel >= 9 dumpWithSource

Open johanrosenson opened this issue 1 year ago • 0 comments

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

johanrosenson avatar Aug 01 '24 19:08 johanrosenson