This build includes symfony project setup with mongodbodm.
The following symfony2 components have been used.
- class-loader
- console
- yaml
ProjectConfiguration has been enabled for using mongodb
1. Clone the repo to your local machine.
2. Run the following commands from repo root
$ git submodule init
$ git submodule update
3. cd to lib/vendor/mongodb-odm
4. Run curl -s http://getcomposer.org/installer | php
5. Run php composer.phar install
6. clear the cache
Make all of your actions classes to extend mongoActions
Enjoy mongodb with sf1