yii2mod/yii2-hg
最新稳定版本:1.0
Composer 安装命令:
composer require yii2mod/yii2-hg
包简介
Mercurial helper
关键字:
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yii2mod/yii2-hg "*"
or add
"yii2mod/yii2-hg": "*"
to the require section of your composer.json.
Configuration
- Requires configured ErrorHandler from yii2mod/yii2-cron-log package
- Add the
SelfUpdateCommandto theconsole.phpconfiguration file
'controllerMap' => [ 'selfupdate' => 'yii2mod\hg\commands\SelfUpdateCommand', ],
Usage
Just add the following code to your main layout
<?php if (YII_DEBUG): ?> <?php $this->title .= ' revision:' . \yii2mod\hg\helpers\HgHelper::getRevision(); ?> <?php endif; ?>
统计信息
- 总下载量: 102
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-18