Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 3.13 KB

README.md

File metadata and controls

48 lines (35 loc) · 3.13 KB

CodeIgniter 4 Scratch course

What is CodeIgniter?

CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure. More information can be found at the official site.

Server Requirements

PHP version 7.2 or higher is required, with the following extensions installed:

  • intl
  • libcurl if you plan to use the HTTP\CURLRequest library

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mbstring
  • mysqlnd
  • xml (enabled by default - don't turn it off)

Installation

Basic

Beginner's guide to Codeigniter 4