lispa/amos-mobile-bridge
Composer 安装命令:
composer require lispa/amos-mobile-bridge
包简介
Amos 4 Mobile Compatibility Bridge
README 文档
README
Mobile Compatibility Layer for Amos 4
Installation
-
The preferred way to install this extension is through composer.
Either run
composer require open20/amos-mobile-bridge
or add
"open20/amos-mobile-bridge": "~1.0"to the require section of your
composer.jsonfile. -
Add module to your main config in common:
<?php 'modules' => [ 'mobilebridge' => [ 'class' => 'open20\amos\mobile\bridge\Module' ], ],
-
Apply migrations
php yii migrate/up --migrationPath=@vendor/open20/amos-mobile-bridge/src/migrations
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-04-17