2017 © Pedro Peláez
 

symfony-bundle tw-bootstrap-bundle

Twitter Bootstrap for Symfony2. Bundled & composer packaged

image

sunra/tw-bootstrap-bundle

Twitter Bootstrap for Symfony2. Bundled & composer packaged

  • Thursday, August 13, 2015
  • by Sunra
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Twitter Bootstrap integration to Symfony2 projects

Version 3.3.4, 2.3.2, (*1)

Symfony2 bundled & in composer packaged, (*2)

https://github.com/sunra/tw-bootstrap-bundle, (*3)

Installation

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

and run, (*4)

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">
...

...

The Versions

13/08 2015

dev-master

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

Twitter Bootstrap for Symfony2. Bundled & composer packaged

  Sources   Download

MIT

The Requires

 

bootstrap symfony twitter