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 app starter. It has been built from the development repository.
More information about the plans for version 4 can be found in CodeIgniter 4 on the forums.
You can read the user guide corresponding to the latest version of the framework.
docker composer up --build -d
docker composer up -d
docker exec -it ci-app sh
Copy env
to .env
and tailor for your app, specifically the baseURL
and any database settings.