Usually, in the CodeIgniter 4 project, you will see there is an additional argument in the URL. That is index.php in your project URL. So, if you don’t want this extra parameter then you can remove it. This will make a clean URL of your website. There are several ways to remove this index.php in […]
How to Install CodeIgniter 4 in Windows and Linux
Currently, Codeigniter 4 is the latest release of Codeigniter framework. It is a PHP framework and built for the web development. Also, you can create RESTful API using this framework. From this post, I have started a new series on Codeigniter4 from very scratch. Firstly, I will show you how you can install Codeigniter4 in […]