spektra2147 / laravel-dump-server
Symfony Var-Dump Server for Laravel
1.0
2023-12-29 07:49 UTC
Requires
- php: >=7.2.5
- illuminate/console: 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0
- illuminate/http: 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0
- illuminate/support: 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0
- symfony/var-dumper: ^5.0|^6.0
Requires (Dev)
- larapack/dd: ^1.0
- phpunit/phpunit: ^7.0|^9.3
This package is not auto-updated.
Last update: 2024-11-02 09:51:25 UTC
README
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.
Changelog
Please see CHANGELOG for more information on what has changed recently.
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.