A simple Symfony2 support bundle. Users can post & answer questions and mark questions as solved.
FOSAnswerBundle to allow for threaded answers. TwitterBootstrap for easy styling
This bundle is currently under development and is not even close to being usable. I welcome any help.
This bundle is listed on packagist.
Simply add it to your apps composer.json file
"avro/support-bundle": "dev-master"
Enable the bundle in the kernel:
// app/AppKernel.php
new Avro\SupportBundle\AvroSupportBundle()