Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 940 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 940 Bytes

CodeIgniter 4 with Docker

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.

Installation & updates

docker composer up --build -d docker composer up -d docker exec -it ci-app sh

Setup

Copy env to .env and tailor for your app, specifically the baseURL and any database settings.

Important Change with index.php

Repository Management

Server Requirements