Welcome Guest, Not a member yet? Register   Sign In
Fresh install, CI_DEVELOPMENT in .env not work
#6

(This post was last modified: 02-03-2024, 06:33 PM by kenjis.)

This is not the direct cause of your issue, but you should use appstarter:
Code:
composer create-project codeigniter4/appstarter ci-news
See https://www.codeigniter.com/user_guide/i...stallation

I don't know why your environment is still production.

Try this:
Code:
composer create-project codeigniter4/appstarter ci-news
cd ci-news/
php spark env development
php spark serve
Reply


Messages In This Thread
RE: Fresh install, CI_DEVELOPMENT in .env not work - by kenjis - 02-03-2024, 06:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB