How To Install Codeigniter 4 Using Manual, Composer, Git ?
Today, we explain to you how to install & download Codeigniter 4 using Manual, Composer, and Git. we know you how to install and download Codeigniter 4.
There are three ways to install or download Codeigniter 4. so you can see out below steps.
if you want to install or download it manually then you can go to this website and download it.
This Step If you want to install or download using the composer then first require to PHP 7+ version for the installation latest Codeigniter and require the composer.
Download the composer and install the composer. follow the below URL to you can download composer https://getcomposer.org
After the installation composer, open the cmd and paste the below command to the composer is installed or no.
composer
Go to your www or htdocs folder directory and run the following below Codeigniter installation command.
composer create-project codeigniter4/appstarter myFirstProject -s rc
The above command run after Codeigniter 4 latest version successfully installed.
if you want to install or download using Git. then you can install or download using the git repository.
git remote add upstream https://github.com/codeigniter4/CodeIgniter4.git
I hope it can help you...
Leave a Reply