Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 823
Boominathan Elango Avatar asked Dec 01 '22 13:12

Boominathan Elango


1 Answers

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

CI_ENVIRONMENT = production 

into

CI_ENVIRONMENT = development
like image 122
Boominathan Elango Avatar answered Dec 22 '22 04:12

Boominathan Elango