44 lines
1.6 KiB
Markdown
44 lines
1.6 KiB
Markdown
# Laravel Dump Server
|
|
|
|
[](https://packagist.org/packages/beyondcode/laravel-dump-server)
|
|
[](https://scrutinizer-ci.com/g/beyondcode/laravel-dump-server)
|
|
[](https://packagist.org/packages/beyondcode/laravel-dump-server)
|
|
|
|
Bringing the [Symfony Var-Dump Server](https://symfony.com/doc/current/components/var_dumper.html#the-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:
|
|
|
|
```bash
|
|
composer require --dev beyondcode/laravel-dump-server
|
|
```
|
|
|
|
## Documentation
|
|
|
|
You can find the documentation on the [Beyond Code website](https://beyondco.de/docs/laravel-dump-server/installation).
|
|
|
|
### Changelog
|
|
|
|
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
|
|
|
|
## Contributing
|
|
|
|
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
|
|
|
|
### Security
|
|
|
|
If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.
|
|
|
|
## Credits
|
|
|
|
- [Marcel Pociot](https://github.com/mpociot)
|
|
- [All Contributors](../../contributors)
|
|
|
|
## License
|
|
|
|
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
|
|
|