Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Laravel 4: where's the profiler?

Tags:

I used to be able to enable the profiler using the profiler property in /application/config/application.php.

It's no longer there. How can I enable it?

like image 926
duality_ Avatar asked Jan 13 '13 01:01

duality_


2 Answers

Probably the most complete profiler package as of december 2013 :

Laravel Debugbar : https://github.com/barryvdh/laravel-debugbar

like image 137
pimarc Avatar answered Oct 02 '22 06:10

pimarc


It isn't there anymore, although I have heard rumors that DayleRees may be trying to implement it again.

like image 24
Cody Covey Avatar answered Oct 02 '22 07:10

Cody Covey