dywee / faq-bundle
Symfony3 bundle for easy management of FAQ section
dev-master / 1.0.x-dev
2017-08-12 19:45 UTC
Requires
- php: >=7.1.0
- dywee/core-bundle: dev-master
This package is not auto-updated.
Last update: 2026-03-01 03:58:51 UTC
README
this README is currently in progress. Thank you for your understanding...
Designed to work fine with the DyweeCoreBundle providing great administration features
##Installing
just run
$ composer require dywee/faq-bundle
add the bundle to the kernel
new Dywee\FaqBundle\DyweeFaqBundle(),
add the routing informations
dywee_faq: resource: "@DyweeFaqBundle/Controller" type: annotation prefix: /
no more configuration needed