PHPackages                             grossum/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. grossum/faq-bundle

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

grossum/faq-bundle
==================

This bundle added faq entity with fields: enabled, question, answer, position, createdAt and updatedAt

v0.1(10y ago)0474[1 issues](https://github.com/GrossumUA/FaqBundle/issues)[1 PRs](https://github.com/GrossumUA/FaqBundle/pulls)MITPHPPHP &gt;=5.5.2

Since Mar 3Pushed 9y ago7 watchersCompare

[ Source](https://github.com/GrossumUA/FaqBundle)[ Packagist](https://packagist.org/packages/grossum/faq-bundle)[ RSS](/packages/grossum-faq-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (4)Used By (0)

FAQ Bundle
==========

[](#faq-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/8b03412732c83aa3b0bea69cc9d6bc8055d6c815bbf3da524b43e3d9b9cdc04d/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f6661712d62756e646c652f762f737461626c65)](https://packagist.org/packages/grossum/faq-bundle) [![Total Downloads](https://camo.githubusercontent.com/b78773b1d493796ea54adb11987623acbdaa91e9790ff0279ec755a4d9ed9446/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f6661712d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/grossum/faq-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/9878b01f018de8364439870882c3f2e46c539d09f392e81111cd0ef01ddb0486/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f6661712d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/grossum/faq-bundle) [![License](https://camo.githubusercontent.com/12d98499f9760bf459c05376e04fd6a376bf5f386b1dd59f292214ddde7bc244/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f6661712d62756e646c652f6c6963656e7365)](https://packagist.org/packages/grossum/faq-bundle)

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require grossum/faq-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```
