laravel-dump-server
laravel-dump-server copied to clipboard
Bring Symfony's Var-Dump Server to Laravel
Hello, Could you please update the packigst package so it includes this [pull request](https://github.com/beyondcode/laravel-dump-server/pull/46). Thank you very much!
As Symfony 5.0 just came out we could update this packages as well. There aren't really tests in the package, so let me know if stuff broke. I'll gladly fix...
Any plans to provide auto-reload the dump.html file so the developer can immediately see the `dump()` calls without hitting F5? This should be easily done by serving the dump.html file...
In the most case, user just want to see the output on current request. This will be helpful if user can see the dump without scroll too much
This is working fine (both with Laravel and Lumen) when using homestead and running `php artisan dump-server` inside of the Vagrant box. How do I configure it to run from...
If I use "**php artisan dump-server --format=cli**" with a json API, it will output the dump in response instead of the CLI.
I'm not sure if this is connected to #34, or not. I have noticed that when working from the command line and dumping or dd'ing, it is not outputting all...
Laravel upgraded from 5.5->5.6 then 5.6-.5.7 I can run following command ```` php artisan dump-server ```` shows following: ```` [OK] Server listening on tcp://127.0.0.1:9912 // Quit the server with CONTROL-C....
Hi! I get inconsistent results with my laravel valet. Below code dumps to dump-server every so often but not on each request. If I remove dump then of course code...
It would be helpful to have an option to hide the info block: ``` ------------ -------------------------------------- date Fri, 14 Dec 2018 06:42:36 +0000 controller "HotelsController" source HotelsSearchService.php on line 315...