/symfony-bootstrap

The "Symfony Standard Edition" distribution

Primary LanguageJavaScriptMIT LicenseMIT

Symfony-Bootstrap Edition

This is the Standard Edition of Symfony2 enriched with twitters/bootstrap, by using the MopaBootstrapBundle. It is intended to kickstart your development, serving as an alternative to symfony-standard edition, which is what symfony-bootstrap is based on!

There is a live preview available here: http://bootstrap.mohrenweiserpartner.de/mopa/bootstrap

What it is made of

Symfony-Bootstrap depends on the following projects:

Installation

Before installing symfony-bootstrap, the following needs to be installed beforehand:

To install symfony-bootstrap, do the following:

git clone git://github.com/phiamo/symfony-bootstrap.git
cd symfony-bootstrap
cp app/config/parameters.yml.default app/config/parameters.yml
composer.phar install
app/console assetic:dump

It should now work. If you run into any issues, feel free to open a new issue or make a new pull request.