Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beyondcode/laravel-dump-server
Bring Symfony's Var-Dump Server to Laravel
https://github.com/beyondcode/laravel-dump-server
Last synced: 7 days ago
JSON representation
Bring Symfony's Var-Dump Server to Laravel
- Host: GitHub
- URL: https://github.com/beyondcode/laravel-dump-server
- Owner: beyondcode
- License: mit
- Created: 2018-07-09T09:56:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T12:06:42.000Z (7 months ago)
- Last Synced: 2024-05-17T16:49:17.080Z (6 months ago)
- Language: PHP
- Homepage: https://beyondco.de/docs/laravel-dump-server/installation
- Size: 62.5 KB
- Stars: 1,506
- Watchers: 15
- Forks: 79
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - beyondcode/laravel-dump-server - Bring Symfony's Var-Dump Server to Laravel (PHP)
README
# Laravel Dump Server
[![Latest Version on Packagist](https://img.shields.io/packagist/v/beyondcode/laravel-dump-server.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-dump-server)
[![Total Downloads](https://img.shields.io/packagist/dt/beyondcode/laravel-dump-server.svg?style=flat-square)](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).
## Looking for `dump` on steroids? Check out Laravel Herd!
Herd 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.
[herd.laravel.com](https://herd.laravel.com)
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email [email protected] 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.