arif-rh / ci4-installer
用于管理在子目录内的CodeIgniter4入门项目的安装程序
0.1.1
2020-04-25 11:50 UTC
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: 2024-09-25 21:54:47 UTC
README
安装
composer create-project arif-rh/ci4-installer ci4-project
cd ci4-project
- 编辑
.env
设置 app.baseURL 为您的值
特性
- 使用内置关系功能的动态模型 DynaModel
- 基于 CI4 Themes 定制布局
- 鼓励团队在提交前使用相同的编码标准