Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 4 development mode returning extra HTML
#6

(11-03-2020, 06:46 AM)T.O.M. Wrote: It is not necessary to switch to production environment. You can disable toolbar in development mode - just disable CI_DEBUG.

In "/app/Config/Boot/development.php" change
PHP Code:
defined('CI_DEBUG') || define('CI_DEBUG'true); 
to
PHP Code:
defined('CI_DEBUG') || define('CI_DEBUG'false); 
Thanks for the tip. But by doing so will I still get whatever errors the development mode usually displays?
Reply


Messages In This Thread
RE: Codeigniter 4 development mode returning extra HTML - by AndreaL - 11-05-2020, 12:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB