Welcome Guest, Not a member yet? Register   Sign In
Getting Started with CodeIgniter 4 PreAlpha 1
#11

(02-20-2017, 02:10 PM)baselbj Wrote:
(06-26-2016, 08:24 PM)kilishan Wrote: One thing I forgot to mention in that post, but that is worth knowing is that the default environment is now "production" to save any accidents when pushing to a live site. To change the environment to development, the best thing is to edit the .htaccess file (if using Apache) that came with the download. Toward the top is a line like:

Code:
# SetEnv CI_ENV development

Uncomment that line and you're good to go.

How to do this in nginx?

Code:
fastcgi_param CI_ENV development;
Reply


Messages In This Thread
RE: Getting Started with CodeIgniter 4 PreAlpha 1 - by Narf - 02-21-2017, 02:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB