定制 gintonicweb/twbs-theme 二次开发

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

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

gintonicweb/twbs-theme

Composer 安装命令:

composer require gintonicweb/twbs-theme

包简介

Twitter Bootstrap default theme for GintonicCMS

README 文档

README

Build Status

bootstrap

GintonicCMS theme based on twbs/bootstrap

Warning

This package is not maintained

Installation

Install the plugin using composer.

"gintonicweb/twbs-theme": "dev-master"

Load it in config/bootstrap.php

Plugin::load('TwbsTheme', ['bootstrap' => true]);

Add the following helpers to your src\View\AppView

public function initialize()
{
    $this->loadHelper('Html', ['className' => 'BootstrapUI.Html']);
    $this->loadHelper('Form', ['className' => 'BootstrapUI.Form']);
    $this->loadHelper('Flash', ['className' => 'BootstrapUI.Flash']);
    $this->loadHelper('Paginator', ['className' => 'BootstrapUI.Paginator']);
}

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-04