/MopaBootstrapSandboxBundle

Sandbox Bundle used to seperate live doc from code

Primary LanguagePHPOtherNOASSERTION

README

Live Show

To see the bundle and its capabilities online just have a look on MopaBootstrapBundle Live

Introduction

MopaBootstrapSandboxBundle is a demo case howto use the MopaBootstrapBundle.

Installation

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

For detailed installation instructions also have a look into MopaBoostrapBundle Documentation

just add this to your composer.json:

{
    "require": {
        "mopa/bootstrap-sandbox-bundle": "dev-master"
    }
}

if you are using sf 2.0.x have a look into the README of the v2.0.x branch:

https://github.com/phiamo/MopaBootstrapSandboxBundle/tree/v2.0.x

run

composer.phar update

If you are not using the https://github.com/phiamo/symfony-bootstrap-sandbox You have to configure your project a little bit further.

For this to work its required to have less installed:

config.yml:

# Twig Configuration (as proposed in https://github.com/phiamo/MopaBootstrapBundle/blob/master/README.md)
twig:
    form:
        resources:
            - 'MopaBootstrapBundle:Form:fields.html.twig'

# Assetic Configuration
assetic:
    filters:
        less:
            node: /usr/bin/node
            node_paths: [/opt/lessc/lib, /usr/lib/node_modules]
            apply_to: "\.less$"

# activate navbar component
mopa_bootstrap:
    navbar: ~

routing.yml:

MopaBootstrapSandbox:
    resource: "@MopaBootstrapSandboxBundle/Controller"
    type:     annotation

this imports the routes to be abled to access it in your browser via:

http://yourproject/mopa/bootstrap