定制 gdpro/gdpro-base 二次开发

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

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

gdpro/gdpro-base

最新稳定版本:1.0.14

Composer 安装命令:

composer require gdpro/gdpro-base

包简介

Gdpro Base module to use as based for gdpro module

README 文档

README

[Build Status] (https://travis-ci.org/gdpro/gdpro-base-)

Introduction

Gdpro Base Ui is a base of element to use with user interfaces

Requirements

Please see the composer.json file.

Installation

Run the following composer command:

$ composer require "gdpro/gdpro-base:~1.0"

Alternately, manually add the following to your composer.json, in the require section:

"require": {
    "gdpro/gdpro-base": "~1.0"
}

And then run composer update to ensure the module is installed.

Finally, add the module name to your project's config/application.config.php under the modules key:

return array(
    /* ... */
    'modules' => array(
        /* ... */
        'GdproBase',
    ),
    /* ... */
);

Configuration

Controller Layout Resolver

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: HTML

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-07-02