gintonicweb/twbs-theme
Composer 安装命令:
composer require gintonicweb/twbs-theme
包简介
Twitter Bootstrap default theme for GintonicCMS
README 文档
README
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
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-04