arif-rh / ci4-starter
CodeIgniter4 starter project
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.2
- arif-rh/ci4-dynamic-model: ^0.1
- arif-rh/ci4-themes-material-kit: ^1.0
- 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
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
- Using Dynamic Model with Built-in Relationship feature DynaModel
- Customize layout based on CI4 Themes
- Included default theme using Free Bootstrap 4 Material Design UI Kit