Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.