100

GitHub - beyondcode/laravel-dump-server: Bring Symfony's Var-Dump Server...

 5 years ago
source link: https://github.com/beyondcode/laravel-dump-server
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

Laravel Dump Server

Latest Version on Packagist Quality Score 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 beyondcode/laravel-dump-server

The package will register itself automatically.

Optionally you can publish the package configuration using:

php artisan vendor:publish --provider=BeyondCode\\DumpServer\\DumpServerServiceProvider

This will publish a file called debug-server.php in your config folder. In the config file, you can specify the dump server host that you want to listen on, in case you want to change the default value.

Usage

Start the dump server by calling the artisan command:

php artisan dump-server

And then you can, as you are used to, put dump calls in your methods. But instead of dumping the output in your current HTTP request, they will be dumped in the artisan command. This is very useful, when you want to dump data from API requests, without having to deal with HTTP errors.

You can see it in action here:

Dump Server Demo

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK