2017 © Pedro Peláez
 

symfony-bundle bootstrap-sandbox-bundle

Seperate live docs from code

image

mopa/bootstrap-sandbox-bundle

Seperate live docs from code

  • Friday, October 21, 2016
  • by phiamo
  • Repository
  • 5 Watchers
  • 25 Stars
  • 6,719 Installations
  • PHP
  • 2 Dependents
  • 8 Suggesters
  • 44 Forks
  • 5 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

README bootstrap 3.x

For bootstrap 2.x use branch v2.x, (*1)

Live Show

To see the bundle and its capabilities online just have a look on MopaBootstrapBundle Live, (*2)

Introduction

MopaBootstrapSandboxBundle is a demo case howto use the MopaBootstrapBundle., (*3)

Installation

To use this in any of your projects (e.g. to make changes in MopaBootstrapBundle and see if it affects the Sandbox), (*4)

For detailed installation instructions also have a look into MopaBoostrapBundle Documentation, (*5)

just add this to your composer.json:, (*6)

``` json { "require": { "mopa/bootstrap-sandbox-bundle": "dev-master" } }, (*7)


and add to your AppKernel: ```php // ... new Mopa\Bundle\BootstrapSandboxBundle\MopaBootstrapSandboxBundle(), new Liip\ThemeBundle\LiipThemeBundle(), new Knp\Bundle\MenuBundle\KnpMenuBundle(), // ...

if you are using sf 2.0.x have a look into the README of the v2.0.x branch:, (*8)

https://github.com/phiamo/MopaBootstrapSandboxBundle/tree/v2.0.x, (*9)

run, (*10)

``` bash composer.phar update # --dev if you added it to require-dev, (*11)


If you are not using the [https://github.com/phiamo/symfony-bootstrap-sandbox](symfony-bootstrap-sandbox) You have to configure your project a little bit further. For this to work its required to have less installed: - [Less installation](https://github.com/phiamo/MopaBootstrapBundle/blob/master/Resources/doc/less-installation.md) config.yml: ``` yaml # import example configs imports: - { resource: @MopaBootstrapSandboxBundle/Resources/config/themes.yml } - { resource: @MopaBootstrapSandboxBundle/Resources/config/examples/example_menu.yml } # Assetic Configuration assetic: filters: less: node: /usr/bin/node node_paths: [/opt/lessc/lib, /usr/lib/node_modules] apply_to: "\.less$"

routing.yml:, (*12)

yaml MopaBootstrapSandbox: resource: "@MopaBootstrapSandboxBundle/Resources/config/routing.yml", (*13)

this imports the routes to be abled to access it in your browser via:, (*14)

http://yourproject/mopa/bootstrap, (*15)

The Versions

21/10 2016

dev-master

9999999-dev

Seperate live docs from code

  Sources   Download

MIT

The Requires

 

The Development Requires

template form bootstrap extra form sandbox bootstrap form

16/10 2013

2.2.x-dev

2.2.9999999.9999999-dev

Seperate live docs from code

  Sources   Download

MIT

The Requires

 

template form bootstrap extra form sandbox bootstrap form

07/09 2013

2.x-dev

2.9999999.9999999.9999999-dev

Seperate live docs from code

  Sources   Download

MIT

The Requires

 

template form bootstrap extra form sandbox bootstrap form

30/04 2013

2.1.x-dev

2.1.9999999.9999999-dev

Seperate live docs from code

  Sources   Download

MIT

The Requires

 

template form bootstrap extra form sandbox bootstrap form

22/04 2013

v2.2.0-alpha1

2.2.0.0-alpha1

Seperate live docs from code

  Sources   Download

MIT

The Requires

 

template form bootstrap extra form sandbox bootstrap form

12/02 2013

v2.0.0-alpha1

2.0.0.0-alpha1

Seperate live docs from code

  Sources   Download

MIT

The Requires

 

template form bootstrap extra form sandbox bootstrap form

21/05 2012

2.0.x-dev

2.0.9999999.9999999-dev

Seperate live docs from code

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

template form bootstrap extra form sandbox bootstrap form