muxtor / yii2-pkk5-module
包
1.0.1
2018-02-02 16:04 UTC
Requires
- muxtor/yii2-pkk5-component: ~1.0.1
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2024-09-20 02:17:15 UTC
README
该扩展旨在获取和输出来自 pkk5.rosreestr.ru 的数据。扩展与 yii2-pkk5-component 一起工作。
安装
- 使用 Composer 安装包
composer require muxtor/yii2-pkk5-module
- 执行迁移以在数据库中创建所需的表(控制台)
yii migrate --migrationPath=@muxtor/pkk5module/migrations --interactive=0
使用
'modules' => [
...
'pkk5' => [
'class' => 'muxtor\pkk5module\Module'
],
...
],