laravel-dump-server
laravel-dump-server copied to clipboard
Bring Symfony's Var-Dump Server to Laravel
Hello, when using dump-server with multiple users, the second user will have a tcp error, adress already in use. i have an idea, don't know if it's possible, but i...
Simillar to #9 (I guess?) I'm getting an exception while running unit test and try to debug a request with the `->dump()` helper, such as ```php class CategoryModuleTest extends TestCase...
The package is called laravel-dump-server, so is the command (dump-server)... But the config file is named debug-server. Is there any reason for that? Regards,
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
Is it possible to change default behavior so dumps only come from the domain/directory from where it is activated? Thank yoU!
Hi, So I'm going through my dumps on an issue - and firstly - besides the fact that controllers are all null like this: https://share.getcloudapp.com/4gu4D7O2 I've noticed that it is...
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...
When this package is installed, it overrides VarDumper handler that comes from Laravel (`Illuminate\Foundation\Http\HtmlDumper` and `Illuminate\Foundation\Console\CliDumper`). To compare, when the package is not installed: And when it is installed, but...