blackho1e/fallback-custom-scheme
Composer 安装命令:
composer require blackho1e/fallback-custom-scheme
包简介
fallback-custom-scheme for Yii2
README 文档
README
Launcher application (iOS, Android, Windows, Mac) from web page. Use custom url scheme to launch app. If not installed the application, fallback (ex. app store, google play store etc).
https://github.com/SatoshiKawabata/fallback-custom-scheme
Installation
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require blackho1e/fallback-custom-scheme "*"
or add
"blackho1e/fallback-custom-scheme": "*"
to the require section of your composer.json file.
Usage
In view
// @app/views/layouts/main.php \blackho1e\FallbackCustomScheme\FallbackCustomSchemeAsset::register($this); // further code
or as a dependency in your app wide AppAsset.php
// @app/assets/AppAsset.php public $depends = [ 'blackho1e\FallbackCustomScheme\FallbackCustomSchemeAsset', // more dependencies ];
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-15