arif-rh/ci4-starter

CodeIgniter4 starter project


License
MIT

Documentation

CodeIgniter 4 Application Starter

Installation & updates

composer create-project arif-rh/ci4-starter new-project then composer update whenever there is a new release of the framework.

When updating, check the release notes to see if there are any changes you might need to apply to your app folder. The affected files can be copied or merged from vendor/codeigniter4/framework/app.

Setup

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

Features