在 CodeIgniter 中 Laravel 中是否有等于 enable_profiler() 的内容?

Is there anything in Laravel equal to enable_profiler() in CodeIgniter?

CodeIgniter Profile Class 将显示基准测试结果,查询您 在页面底部有 运行 和 $_POST 数据。这个 信息在开发过程中可能很有用,以帮助 调试和优化。

在 Laravel 中有什么等于 CodeIgniter 中的 $this->output->enable_profiler(TRUE); 吗?

不,没有这样的内置功能。你必须为此使用一些外部包,比如: