2017 © Pedro Peláez
 

library bootstrap-bundle

Twitter Bootstrap 3.0 themeing for symfony2

image

p2/bootstrap-bundle

Twitter Bootstrap 3.0 themeing for symfony2

  • Monday, November 25, 2013
  • by phillies2k
  • Repository
  • 1 Watchers
  • 3 Stars
  • 101 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

BootstrapBundle

Version: 2.0.0-BETA, (*1)

Build Status, (*2)

Installation

    "require": {
        "p2/bootstrap-bundle": "dev-master"
    }

Usage

Simply enable the bundle within your AppKernel.php file., (*3)

The Bundle will automatically create and provide the following assets for you: * @bootstrap_css "css/bootstrap.css" The default twitter bootstrap css * @bootstrap_js "js/bootstrap.js" The combined twitter bootstrap javascript library, (*4)

Configuration

Default configuration:, (*5)

p2_bootstrap:
    use_forms: true
    source_path: '%kernel.root_dir%/../vendor/twbs/bootstrap'
    bootstrap_css: 'css/bootstrap.css'
    bootstrap_js: 'js/bootstrap.js'
    forms:
        defaults:
            horizontal: true
            inline: false
            prepend: true
            append: false
            help: ~
            help_type: ~
            info: ~
            info_type: ~
            icon: ~
            grid: [ 4, 8 ]
        allowed_types:
            horizontal: 'bool'
            inline: 'bool'
            prepend: 'bool'
            append: 'bool'
            help: [ 'null', 'string' ]
            help_type: [ 'null', 'string' ]
            info: [ 'null', 'string' ]
            info_type: [ 'null', 'string' ]
            icon: [ 'null', 'string' ]
            grid: 'array'
        allowed_values: []

The Versions

25/11 2013

dev-master

9999999-dev https://github.com/phillies2k/bootstrap-bundle

Twitter Bootstrap 3.0 themeing for symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

bootstrap bundle symfony