arif-rh / ci4-installer
Installer for CodeIgniter4 starter project managed inside sub directory
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.2
- arif-rh/ci4-dynamic-model: ^0.1
- codeigniter4/framework: ^4.0
Requires (Dev)
- arif-rh/git-hooks: ^0.1
- mikey179/vfsstream: 1.6.*
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-03-25 22:51:13 UTC
README
Installation
composer create-project arif-rh/ci4-installer ci4-project
cd ci4-project
- edit
.env
set app.baseURL to yours
Features
- Using Dynamic Model with Built-in Relationship feature DynaModel
- Customize layout based on CI4 Themes
- Encourage team to use same coding standard before commit