Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
43
vendor/beyondcode/laravel-dump-server/README.md
vendored
Normal file
43
vendor/beyondcode/laravel-dump-server/README.md
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user