phpajaxdebugginglaravelfirephp

Laravel 3 debug php ajax firePHP


I have few questions:

Is there a better alternative for firePHP, for displaying server-side logs in developer console in the browser(agnostic: firefox, chrome..) (for ajax debugging)?

What is the best way to use firePHP in Laravel? Do I include it in "public/index.php" or in paths or in the controller? Or does it autoloads somehow?
What manipulation laravel does (to headers etc) similar to firePHP, are there any collisions to avoid?


Solution

  • There is a bundle for using firephp in laravel. You can use it.