PHPackages                             alazjj/simple-bootstrap-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. alazjj/simple-bootstrap-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

alazjj/simple-bootstrap-bundle
==============================

0.1.1(13y ago)441MITJavaScriptPHP &gt;=5.3.3

Since Mar 15Pushed 13y ago1 watchersCompare

[ Source](https://github.com/alazjj/SimpleBootstrapBundle)[ Packagist](https://packagist.org/packages/alazjj/simple-bootstrap-bundle)[ Docs](https://github.com/alazjj/SimpleBootstrapBundle)[ RSS](/packages/alazjj-simple-bootstrap-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

SimpleBootstrapBundle
=====================

[](#simplebootstrapbundle)

Installation
------------

[](#installation)

Add AlazjjSimpleBootstrapBundle in your composer.json:

```
{
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "alazjj/jquery",
                "version": "1.9.1",
                "dist": {
                    "url": "http://code.jquery.com/jquery-1.9.1.min.js",
                    "type": "file"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "alazjj/jquery/form",
                "version": "3.28.0",
                "dist": {
                    "url": "http://malsup.github.com/jquery.form.js",
                    "type": "file"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "alazjj/bootstrap/twitter",
                "version": "2.3.1",
                "dist": {
                    "url": "http://twitter.github.com/bootstrap/assets/bootstrap.zip",
                    "type": "zip"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "alazjj/bootstrap/datepicker",
                "version": "dev-master",
                "dist": {
                    "url": "http://www.eyecon.ro/bootstrap-datepicker/datepicker.zip",
                    "type": "zip"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "alazjj/bootstrap/colorpicker",
                "version": "dev-master",
                "dist": {
                    "url": "http://www.eyecon.ro/bootstrap-colorpicker/colorpicker.zip",
                    "type": "zip"
                }
            }
        }
    ],
    "require": {
        "alazjj/jquery": "1.9.1",
        "alazjj/jquery/form": "3.28.0",
        "alazjj/bootstrap/twitter": "2.3.1",
        "alazjj/bootstrap/datepicker": "dev-master",
        "alazjj/bootstrap/colorpicker": "dev-master",
        "alazjj/simple-bootstrap-bundle": "0.1.1"
    }
}
```

Add the post install scripts in your composer.json:

```
    {
        "scripts": {
            "post-install-cmd": [
                "Alazjj\\SimpleBootstrapBundle\\Composer\\ScriptHandler::installAssets"
            ],
            "post-update-cmd": [
                "Alazjj\\SimpleBootstrapBundle\\Composer\\ScriptHandler::installAssets"
            ]
        }
    }
```

Configuration
-------------

[](#configuration)

Register the bundle in the kernel :

```
