laravel-dump-server
laravel-dump-server copied to clipboard
Bring Symfony's Var-Dump Server to Laravel
- Dump-Server Version: 1.3.0 - Laravel Version: v6.7.0 - PHP Version: 7.3.0 , 7.4.0 - OS: MacOS Catalina 10.15.1 ### Description: ```php dump('this text is displayed in web output'); dump('this...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...
Problem 1 - Root composer.json requires beyondcode/laravel-dump-server ^1.7 -> satisfiable by beyondcode/laravel-dump-server[1.7.0]. - beyondcode/laravel-dump-server 1.7.0 requires symfony/var-dumper ^5.0 -> found symfony/var-dumper[v5.0.0-BETA1, ..., 5.4.x-dev] but the package is fixed to v4.4.34...
I had installed `beyondcode/laravel-dump-server` in July 2019, and back then it was working fine. Recently I noticed that neither `dump()` nor `dd()` calls showed up anymore in the `artisan dump-server`...
```composer require --dev beyondcode/laravel-dump-server Using version ^1.3 for beyondcode/laravel-dump-server ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 1 install, 0 updates, 0...
This looks really useful but when I install I get this. Have tried php artisan config:clear and composer update symfony/var-dumper... Using version ^1.4 for beyondcode/laravel-dump-server ./composer.json has been updated Loading...
Is it possible to customize the host and port and continuously pipe the output? Currently, it appears the hostname/port is hard-coded to `tcp://127.0.0.1:9912` via _config/config.php_. A possible syntax similar to...
I am using windows 10 pro wsl (ubuntu 18.04lts) with valet for linux and occasionally the laravel dump stops working - both(the cli and on page). The only thing that...
This only fixes the dump on page. Not sure if this causes any side effects as there weren't any tests to run. I am using windows 10 pro wsl (ubuntu...