Is there a simple way to disable Kint and XDebug? |
I find there is information overload rendered when CI4 encounters an error and I prefer to use PHP error reporting. Usually fix the first error and the rest disappear.
I did find that when CI_DEBUG is false Kint is disabled also the app/Config/Boot/ files can ensure Kint is never enabled. I have searched and unable to find a simple way to disable CI4 XDebug error reporting.
XDebug are something that needs to disable within PHP itself if I recall correctly.
Found it
![]() Add the following to app/Views/errors/html/error_exception.php PHP Code: <?php // ADD TO SHOW PHP LOG FILE |
Welcome Guest, Not a member yet? Register Sign In |