Codeigniter 4 Environment configurations | Tutorial part 3

preview_player
Показать описание
Environment files can be tricky as there are many configurations that we have in mind and usually the configurations are different for different environments.

Fortunately Codeigniter 4 is offering a well known technique for that! Codeigniter 4 is using .env files to manipulate different configurations. You have no idea what a .env file is? No worries in this tutorial we are going to explain all of that!

And by the way in case you’ve missed it, I’ve just released Grocery CRUD for Codeigniter 4 🥳 🎉

Рекомендации по теме
Комментарии
Автор

Thanks for the tutorial.Please keep continuing with CodeIgniter 4 Tutorial. Also thanks for explaining it in easy way

herambgite
Автор

Thanks a lot man. I am having a lot of problems in Codeigniter 4. I would love more of these videos.

amagrawal
Автор

Many thanks for your excellent intro to Codeigniter :D

This-Is-The-End
Автор

Great tutorials. I am waiting for the next episodes (parts) of your CI tutorial. Stay safe!

faisalmustafa
Автор

Great tutorial. Very clean english and concepts. Thanks

leandroccdev
Автор

Great tutorial ❤️ you're explaining clean way it's very easy to understand

muralicse
Автор

Please continue CI 4 tutorial and do one simple project

unboxkarunadu
Автор

Hi, I am still confused about renaming the .env file that you mentioned. I am using windows. Also, do i have to have 2 different env file for production and development?

Xvqier
Автор

Trying out the welcome page, renamed "env" to ".env" and removed the comment for CI_ENVIRONMENT and set it to "development". Looking at the rendered page, I see "Environment: development" at the bottom but no Debug Tool.

glennperete