DEV Community

Shoaib Akbar
Shoaib Akbar

Posted on

5 1

What's New In Codeigniter4 Installation

Codeigniter4 is rewrite of framework and has lot of differences compared to previous version. Lets see what's new in codeigniter4 installation instructions.

Codeigniter3 Installation

Codeigniter3 offers only Manual Installation in 4 steps.

1.Download and unzip package
2.Upload CI folder and files on server
3.In application/config/config.php file set base URL.
4.For database use, set settings in application/config/database.php file. If you want to use encryption or sessions, set encryption key.

Codeigniter4 Installation

Codeigniter4 offers 3 ways of installations.

1.Manually Installation
2.Composer Installation
3.Git Installation

I'll write in detail about composer and git installations in coming posts.

Keep Learning!!

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay