PHPackages                             shakaran/faq-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. shakaran/faq-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

shakaran/faq-bundle
===================

Symfony 4.x FAQ bundle

4.0.1(6y ago)140MITPHP

Since Jul 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/shakaran/ShakaranFaqBundle)[ Packagist](https://packagist.org/packages/shakaran/faq-bundle)[ Docs](http://github.com/genj/GenjFaqBundle)[ RSS](/packages/shakaran-faq-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (7)Versions (11)Used By (0)

ShakaranFaqBundle
=================

[](#shakaranfaqbundle)

The ShakaranFaqBundle is a fork of GenjFaqBundle which include support for Symfony 4.3+.

It allows you to display a FAQ on your website, with the questions being grouped in categories. Features:

- Questions are grouped into Categories
- Categories can be deactivated
- Questions can be drafted and scheduled for publishing
- Can show all information at once, or collapse questions/categories for big FAQs. It's basically up to you - how you are handling this in the template
- Collapsed mode generates SEO friendly URLs
- Contains very simple mysql search - if you need it more advanced use elasticsearch

Migration from GenjFaqBundle in your code
-----------------------------------------

[](#migration-from-genjfaqbundle-in-your-code)

Execute the following commands if you are in a GNU/Linux terminal for easy and quick replacement in your code:

```
grep -rl GenjFaqBundle src | xargs sed -i 's$GenjFaqBundle$ShakaranFaqBundle$g'
grep -rl GenjFaqBundle config | xargs sed -i 's$GenjFaqBundle$ShakaranFaqBundle$g'
grep -rl Genj src | xargs sed -i 's$Genj$Shakaran$g'
grep -rl Genj config | xargs sed -i 's$Genj$Shakaran$g'

```

Requirements
------------

[](#requirements)

see composer.json

Installation
------------

[](#installation)

Add this to your composer.json:

```
    ...
    "require": {
        ...
        "gedmo/doctrine-extensions": "~2.3,
