Skip to content
Advertisement

How to debug Codeigniter 4

whatever error occurs in Codeigniter 4 Its always showing default message Error message default from codeigniter 4

How to get exact error message in Codeigniter 4

Advertisement

Answer

Rename the env file as .env, then removed # from CI_ENVIRONMENT and modified

CI_ENVIRONMENT = production 

into

CI_ENVIRONMENT = development
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement