php-console-laravel
php-console-laravel copied to clipboard
Laravel 4.* and 5.* service providers to handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
I tried to install service provider on Laravel 7.2, but composer sent an error: Your requirements could not be resolved to an installable set of packages. Problem 1 - Conclusion:...
I'm using your package with laravel 5.3 work well for debugging ! Thanks However an issue appear on phpunit, now when i run unit test on my projet i get...
Using Laravel 5.3: It doesn't look like php-console-laravel can be used with a cached config - not without overriding the ServiceProvider class & removing the default config entry `dataStorage` when...
The Idea is to call `Debugbar::info($var)` on `PC::debug($var)` when [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar) is active.