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!!

Image of Datadog

How to Diagram Your Cloud Architecture

Cloud architecture diagrams provide critical visibility into the resources in your environment and how they’re connected. In our latest eBook, AWS Solution Architects Jason Mimick and James Wenzel walk through best practices on how to build effective and professional diagrams.

Download the Free eBook

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay