fm-labs / cakephp-essentials
CakePHP 核心必备元包
1.4.0
2024-03-19 11:32 UTC
Requires
- php: >=7.4,>=8.0
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- cakephp/authentication: ^2.10
- cakephp/authorization: ^2.3
- cakephp/cakephp: ^4.4,<5.0
- cakephp/migrations: @stable
- cakephp/plugin-installer: ^1.3
- mobiledetect/mobiledetectlib: ^3
README
CakePHP 核心库的集合。
此包是一个 Composer 元包,捆绑了 cakephp
、migrations
、plugin-installer
和 mobiledetect
库。
无需为每个 CakePHP 项目单独添加和维护所有核心依赖,只需将此包放入即可。
安装
# In your CakePHP project directory
composer config minimum-stability dev
composer config prefer-stable 1
composer require --dev fm-labs/cakephp-essentials dev-master
注意:由于 CakePHP 迁移插件依赖(cakephp/migrations)尚不稳定,因此必须执行前两个 Composer 命令 composer config minimum-stability dev
和 config prefer-stable 1
。
版本控制
[待办事项]
开发工具
还有一个用于各种 PHP/CakePHP 开发者工具的元包。