juangws

Results 3 comments of juangws

I create an environment file `wus.php` in the `Boot` directory. ![Boot](https://github.com/user-attachments/assets/84c5e187-0990-4e41-a040-ec631856f7ad) And in the `.env` file, `CI_ENVIRONMENT` is set to `wus`. ![env](https://github.com/user-attachments/assets/2478e542-3cf6-4141-aabe-cb3e5ea4edc3) There is a problem now that "system/Debug/ExceptionHandler.php" does...

Because sometimes online debugging. Customize `wus.php` and use IP to determine who is `development` and who is `production`. So I use `wus.php` to implement dynamic environment mode and Customize maintenance...

Thank you very much for your patience in replying. This issue is just a suggestion. I will follow https://codeigniter4.github.io/CodeIgniter4/general/errors.html#error-reporting to complete my project.