arif-rh / ci4-starter
CodeIgniter4 入门级项目
1.2.0
2020-04-24 14:04 UTC
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
安装与更新
composer create-project arif-rh/ci4-starter new-project
然后每次框架有新版本发布时,运行 composer update
。
在更新时,请查看发布说明,以了解是否需要将更改应用到您的 app
文件夹。受影响的文件可以从 vendor/codeigniter4/framework/app
复制或合并。
设置
将 env
复制到 .env
并根据您的应用程序进行调整,特别是 baseURL
和任何数据库设置。
功能
- 使用内置关系功能的动态模型 DynaModel
- 基于 CI4 Themes 自定义布局
- 使用 Free Bootstrap 4 Material Design UI Kit 包含默认主题