arif-rh/ci4-starter

CodeIgniter4 starter project

Maintainers

Package info

github.com/arif-rh/ci4-starter

Type:project

pkg:composer/arif-rh/ci4-starter

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.2.0 2020-04-24 14:04 UTC

This package is auto-updated.

Last update: 2026-02-25 02:05: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