fulgurio / twitter-bootstrap-bundle
Symfony FulgurioTwitterBootstrapBundle
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
This package is not auto-updated.
Last update: 2025-03-01 17:23:08 UTC
README
This bundle will be use with others bundles whose uses Twitter bootstrap for Symfony 2.
Installation
Step 1: Download FulgurioTwitterBootstrapBundle using composer
Coming soon
Step 2: Enable the bundle
Enable the bundle in the kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Fulgurio\TwitterBootstrapBundle\FulgurioTwitterBootstrapBundle(), ); }
How to use
It's easy, just use {{ asset('bundles/fulguriotwitterbootstrap/css/bootstrap.css') }} into your template to include bootstrap files (in this case bootstrap.css)