beyondcode/laravel-dump-server
Symfony Var-Dump Server for Laravel
Maintainers
Requires
- php: >=7.2.5
- illuminate/console: 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/http: 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/support: 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- symfony/var-dumper: ^5.0|^6.0|^7.0
Requires (Dev)
- larapack/dd: ^1.0
- phpunit/phpunit: ^7.0|^9.3|^10.5
Suggests
None
Provides
None
Conflicts
Replaces
None
MIT 8e9af58a02a59d6a028167e2afc5b5b1e58eb822
- Marcel Pociot <marcel.woop@beyondco.de>
README
👁 Latest Version on Packagist
👁 Total Downloads
Bringing the Symfony Var-Dump Server to Laravel.
This package will give you a dump server, that collects all your dump call outputs, so that it does not interfere with HTTP / API responses.
Installation
You can install the package via composer:
composer require --dev beyondcode/laravel-dump-server
Documentation
You can find the documentation on the Beyond Code website.
Looking for dump on steroids? Check out Laravel Herd!
👁 Herd logoHerd Pro gives you a powerful interface to help you watch and collect your debug information.
All of your application's dump() and dd() calls will be beautifully formatted and can be filtered from Herd's separate Dump window.
Just keep using dump() as usual – Herd will take care of the rest.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
