CodeIgniter Server Requirements — a practical guide to CodeIgniter requirements with clear examples you can reuse in real projects.
CodeIgniter Tutorial Series (6/74). Prefer one article? Read the complete CodeIgniter tutorial.
Short description
CI4 needs a modern PHP version and common extensions (intl, json, mbstring, mysqlnd, etc.). Always confirm against the official docs for your exact version.
Check PHP
php -v
php -m | findstr /i "intl mbstring json"