定制 yii2mod/yii2-hg 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

yii2mod/yii2-hg

最新稳定版本:1.0

Composer 安装命令:

composer require yii2mod/yii2-hg

包简介

Mercurial helper

README 文档

README

Latest Stable Version Total Downloads License

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

  1. Requires configured ErrorHandler from yii2mod/yii2-cron-log package
  2. Add the SelfUpdateCommand to the console.php configuration 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

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-18