intuitiv/it-collector-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

intuitiv/it-collector-bundle

Composer 安装命令:

composer require --dev intuitiv/it-collector-bundle

包简介

Addons to the dev debug toolbar of Symfony2

README 文档

README

This bundle will allow you to add some extra features to your Symfony2 dev debug toolbar.

Git

You will be able to view, directly in the toolbar, if your local git branch is up-to-date compared to the distant branch.
You can also add some extra useful links in it (Link to the Gitlab/Github project for example).

Installation

For Symfony < 2.8, use stable branch.
For Symfony >= 2.8, use dev-master branch.

Step 1: Download ITCollectorBundle using Composer

$ composer require intuitiv/it-collector-bundle

# symfony >= 2.8
$ composer require intuitiv/it-collector-bundle dev-master

Step 2: Enable the bundle

Finally, enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Intuitiv\ITCollectorBundle\ITCollectorBundle(),
    );
}

?>

Step 3 Change parameters in your config.yml

it_collector:
    git:
        branch: develop # default : master
        urls: # optional, add additional links
            - {'name': 'Gitlab', 'url': 'http://gitlab.company.com/bundle/my-project' }

Authors

统计信息

  • 总下载量: 100
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-12-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固