lsoft / support-bundle
LSoft fork of Avro support bundle
1.0.3
2019-07-03 15:58 UTC
Requires
- php: >5.4
- exercise/htmlpurifier-bundle: *
- knplabs/knp-paginator-bundle: *
This package is not auto-updated.
Last update: 2022-11-23 16:06:07 UTC
README
A simple Symfony2 support bundle. Users can post & answer questions and mark questions as solved.
Dependencies
FOSAnswerBundle to allow for threaded answers. TwitterBootstrap for easy styling
Status
This bundle is currently under development and is not even close to being usable. I welcome any help.
Installation
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()