barbushin / php-console-laravel

Laravel 4.* and 5.* service providers to handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef
BSD 3-Clause "New" or "Revised" License
74 stars 16 forks source link

[Proposal] Integrate with Laravel Debugbar #2

Open younes0 opened 10 years ago

younes0 commented 10 years ago

The Idea is to call Debugbar::info($var) on PC::debug($var) when Laravel Debugbar is active.

barbushin commented 10 years ago

Good idea! I'll implement it when I'll have more free time.

younes0 commented 10 years ago

cheers!