Codeigniter 4 Installation | How to install codeigniter 4 in windows 10 on xampp @RockingSupport
Codeigniter 4 Installation | How to install codeigniter 4 in windows 10 on xampp . CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
#howto #codeigniter4 #installation
XAMPP Install : https://youtu.be/GI3ZW-zthPI
Composer Install : https://youtu.be/fUmpC8HVP8o
What is Codeigniter?
CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
Table of contents for install codeigniter:
1. Download and install XAMPP.
2. Download and install composer
3. extension=intl.dll and extension=mbstring.dll
4. Restart XAMMP
5. Install codeigniter 4 composer create-project codeigniter4/appstarter project-folder-name
Example : composer create-project codeigniter4/appstarter codeigniterapp
Go to project folder
cd codeigniterapp
php spark serve
6. Create virtual host