muxtor/yii2-pkk5-module

安装次数: 15

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 2

公开问题: 0

类型:yii2-extension

1.0.1 2018-02-02 16:04 UTC

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'
        ],
        ...
    ],

在浏览器中输入: http://yourdomain.com/index.php?r=pkk5