arif-rh/ci4-starter

CodeIgniter4 starter project

1.2.0 2020-04-24 14:04 UTC

This package is auto-updated.

Last update: 2024-04-24 22:30:41 UTC


README

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