avro/support-bundle

A simple Symfony2 support bundle

Maintainers

👁 jdewit

Package info

github.com/jdewit/AvroSupportBundle

Homepage

Type:symfony-bundle

pkg:composer/avro/support-bundle

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 2

0.1.1 2013-06-14 18:51 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 9f76a95f3ec812660a72e27c64b79d357b94a4ba

  • Joris de Wit <joris.w.dewit.woop@gmail.com>

support

This package is not auto-updated.

Last update: 2026-06-28 12:33:44 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()