CodeIgniter-4! Let’s Grab It.

Monayem Islam
2 min readJun 2, 2020

--

What is CodeIgniter-4?

CodeIgniter-4, a PHP framework that provides a standard way to write efficient, clean, and easily understandable code. Basically it is used for creating full-featured web-based applications.

Why CodeIgniter-4 is preferable?

As we know there are some other PHP frameworks but why should we prefer using CodeIgniter-4 over other PHP frameworks? Because there are some reasons which make CodeIgniter-4 unique such as simple configuration, lightweight and efficient, a built-in security function, clear and structured documentation, fast development process, big and active community support, etc.

Installation process using XAMPP

There are several processes of installation. Here I am going to use XAMPP as an open-source cross-platform web server that contains MariaDB, PHP, and Perl. If your system doesn’t have you may download from here based on your operating system and install it. Now, download CodeIgniter-4 from the official website.

After downloading the CodeIgniter-4, Go to the htdocs folder. Let, you are installed xampp on Local disk D so you should be able to find htdocs folder on your ‘Local disk D’ under xampp folder (D:\xampp\htdocs). Now create a folder under htdocs and give it a name such as ‘codeigniter’ then paste all the extracted files from “framework-4.0.3.zip” which downloaded before.

Open XAMPP and click the start button to activate Apache and MySQL.

Now open your browser and type: http://localhost/codeigniter/public.

Congrats! Finally, you have done it! Thank You.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Monayem Islam
Monayem Islam

Written by Monayem Islam

Passionate about programming and working towards B.Sc. in Information and Communication Technology at Islamic University, Bangladesh.

Responses (1)

Write a response