标签: laravel codeigniter profiling
CodeIgniter配置文件类将显示基准测试结果,查询您 已经运行,页面底部有$ _POST数据。这个 信息在开发过程中非常有用,以便提供帮助 调试和优化。
Laravel中的任何内容是否等于CodeIgniter中的$this->output->enable_profiler(TRUE);?
$this->output->enable_profiler(TRUE);
答案 0 :(得分:0)
不,没有这样的内置功能。您必须使用一些外部包,例如:
https://github.com/barryvdh/laravel-debugbar
https://github.com/daylerees/anbu