sunra/tw-bootstrap-bundle
Composer 安装命令:
composer require sunra/tw-bootstrap-bundle
包简介
Twitter Bootstrap for Symfony2. Bundled & composer packaged
README 文档
README
Version 3.3.4, 2.3.2
Symfony2 bundled & in composer packaged
https://github.com/sunra/tw-bootstrap-bundle
Installation
- Add to composer.json into "require" section
"sunra/tw-bootstrap-bundle": "dev-master"
and run
composer.phar update
- Add to app/AppKernel.php
new Sunra\TwBootstrapBundle\SunraTwBootstrapBundle()
- run :
app/console assets:install
Usage
...
<link href="{{ asset('bundles/sunratwbootstrap/css/bootstrap.min.css') }}" rel="stylesheet">
...
<script src="{{ asset('bundles/sunratwbootstrap/js/bootstrap.min.js') }}"></script>
...
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-12-25