67

Laravel Dump Server to Ship With Laravel 5.7

 5 years ago
source link: https://www.tuicool.com/articles/hit/zyAV3me
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.

At Laracon US 2018 Taylor Otwell announced thatLaravel Dump Server would come packaged with Laravel in version 5.7! It will be a development dependency in laravel/laravel composer file.

Starting inLaravel 5.7 you’ll get this command out-of-the-box that allows you to dump data to the console or an HTML file instead of to the browser:

php artisan dump-server

# Or send the output to an HTML file
php artisan dump-server --format=html > dump.html

The command runs a server in the background that collects data sent from the application that sends the output through the console. When the command is not running in the foreground, the dump() function works as expected by default.

Laravel continues to add useful packages, such asnunomaduro/collision in Laravel 5.6, and TrustedProxy (fideloper/proxy) in Laravel 5.5.

You can learn more about the Dump Server package fromour write-up, and you can contribute to it on GitHub at beyondcode/laravel-dump-server: Bring Symfony’s Var-Dump Server to Laravel .


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK