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
Symfony-Bootstrap depends on the following projects:
- Symfony2 - Symfony2
- bootstrap - Twitter's Bootstrap
- MopaBootstrapBundle - Easy integration of twitters bootstrap into symfony2
- MopaBootstrapSandboxBundle - Seperate live docs from code
Before installing symfony-bootstrap, the following needs to be installed beforehand:
- composer
- node.js
- Less installation (Mac users please note the known issues at the bottom of the Less installation instructions)
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
curl -s https://getcomposer.org/installer | php
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.