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

dev-master 2015-08-13 04:26 UTC

This package is auto-updated.

Last update: 2024-04-14 03:17:46 UTC


README

Version 3.3.4, 2.3.2

Symfony2 bundled & in composer packaged

https://github.com/sunra/tw-bootstrap-bundle

Installation

  1. Add to composer.json into "require" section
"sunra/tw-bootstrap-bundle": "dev-master"

and run

composer.phar update
  1. Add to app/AppKernel.php
new Sunra\TwBootstrapBundle\SunraTwBootstrapBundle()
  1. 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>
...