How to install CodeIgniter 4?
CodeIgniter4 can be installed in a number of different ways: manually, using Composer, or using Git.
- Manual Installation:
Download the latest version, and extract it to become your project root.
- Composer Installation:
Composer can be used in several ways to install CodeIgniter4 on your system.
composer create-project codeigniter4/appstarter project-root
Running App
Type the following on the command line from the root of your project:
php spark serve
The Welcome Page
Run following URL in your browser: