2022-06-22 12:11:58 +08:00
..
2020-12-22 14:46:43 +07:00

CodeIgniter 4 User Guide

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.

This repository holds a composer-installable pre-built user guide for the framework. It has been built from the development repository.

More information about the plans for version 4 can be found in the announcement on the forums.

Installation & updates

composer require codeigniter4/userguide will install a copy of the user guide inside your project, at vendor/codeigniter4/userguide. You can then composer update whenever there is a new release of the framework.