extpoint / yii2-core
基于 Yii2 的项目 ExtPoint 工具
3.0.0.alpha.6
2019-02-28 03:19 UTC
Requires
- php: >=5.4.0
- ext-mbstring: *
- lib-pcre: *
- arogachev/yii2-many-to-many: ^0.2.1
- bariew/yii2-module-migration-controller: *
- extpoint/yii2-file: ^1.0
- yiisoft/yii2: *
- dev-master
- 3.0.0.alpha.6
- 3.0.0.alpha.5
- 3.0.0.alpha.4
- 3.0.0.alpha.3
- 3.0.0-alpha.2
- 3.0.0-alpha.1
- 2.4.12
- 2.4.11
- 2.4.10
- 2.4.9
- 2.4.8
- 2.4.7
- 2.4.6
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.12
- 2.3.11
- 2.3.10
- 2.3.9
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.5.0
- 1.4.17
- 1.4.16
- 1.4.15
- 1.4.14
- 1.4.13
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- dev-steroids
This package is not auto-updated.
Last update: 2024-09-26 12:47:30 UTC
README
一套工具、组件、小部件和基本类,用于创建基于 Yii2 的应用程序。该库首先是为基于 extpoint/project-boilerplatehttps://github.com/ExtPoint/project-boilerplate 的项目设计的。
功能描述
更新到 1.4.x 版本
基于早期版本的 extpoint/yii2-core 的应用程序需要更新
- 更新迁移
- 在配置中添加
Types组件
'components' => [ 'types' => [ 'class' => 'extpoint\yii2\components\Types', ], // ... ],
Module::coreUrlRules()方法现在必须是public