如何关闭新的 codeigniter 4 错误报告
How to turn off the new codeigniter 4 error reporting
有没有办法关闭 Codeigniter 4 中花哨的错误报告?
我更喜欢经典的方式。
由system/debug/Exceptions处理。php
目前无法仅通过设置将其关闭。您可以做您想做的事情的一种方法是仅编辑 app/views/errors/html/error_exception.php 以仅显示您想要的内容,而不是全部。
有没有办法关闭 Codeigniter 4 中花哨的错误报告? 我更喜欢经典的方式。
由system/debug/Exceptions处理。php
目前无法仅通过设置将其关闭。您可以做您想做的事情的一种方法是仅编辑 app/views/errors/html/error_exception.php 以仅显示您想要的内容,而不是全部。