Bring Symfony's Var-Dump Server to Hyperf.
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.
Hyperf Framework version is 2.2.25 and below, please install version 1.2.x.
Hyperf Framework version is 2.2.26 and newer, please install version 1.3.x.
Hyperf Framework version is 3.0.x, please install version 2.0.x.
Hyperf Framework version is 3.1 and newer, please install version 2.1.x.
Under your project folder and run the command in terminal:
composer require --dev qiutuleng/hyperf-dump-serverPublish the dump-server.php configuration file using vendor:publish command :
php bin/hyperf.php vendor:publish qiutuleng/hyperf-dump-serverStart the dump server by calling the hyperf command:
php bin/hyperf.php dump-serverYou can set the output format to HTML using the --format option:
php bin/hyperf.php dump-server --format=html > dump.htmldd method in your hyperf project, because it kills the Hyperf process, Use the dump method instead.
This extension package refers to the laravel-dump-server package released by beyondcode organization
Thank beyondcode organization and all its contributors for this great contribution.
The MIT License (MIT). Please see License File for more information.