Open slashsbin opened 6 years ago
Hi lara guru, There is a new bad boy in Symfony VarDumper component 4.1 called var-dump-server! Check it out: https://symfony.com/blog/new-in-symfony-4-1-vardumper-server
It would be nice to be able to call it's default script(installed via composer at vendor/bin/var-dump-server) and capture dump & dd functions via it.
vendor/bin/var-dump-server
dump
dd
In Symfony, there is a new console command called ./bin/console server:dump that integrates it within Symfony.
./bin/console server:dump
There is Laravel Package for this now created by @beyondcode: https://github.com/beyondcode/laravel-dump-server
It's coming https://twitter.com/taylorotwell/status/1016297004669001729
Hi lara guru, There is a new bad boy in Symfony VarDumper component 4.1 called var-dump-server! Check it out: https://symfony.com/blog/new-in-symfony-4-1-vardumper-server
It would be nice to be able to call it's default script(installed via composer at
vendor/bin/var-dump-server
) and capturedump
&dd
functions via it.In Symfony, there is a new console command called
./bin/console server:dump
that integrates it within Symfony.