sunra / tw-bootstrap-bundle
Twitter Bootstrap for Symfony2. Bundled & composer packaged
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:symfony-bundle
Requires
- php: >=5.3.2
- sunra/jquery-set-symfony2-bundle: dev-master
- symfony/framework-bundle: 2.*
This package is auto-updated.
Last update: 2024-11-14 04:42:43 UTC
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>
...