kapilpatel20/bvi-faq

Faq Management with crud options

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:symfony-bundle

dev-master 2017-08-24 12:56 UTC

This package is not auto-updated.

Last update: 2024-04-23 18:07:44 UTC


README

Documentation* Run below command to install from composer

composer require kapilpatel20/bvi-faq dev-master

Add bundle in AppKernel.php in registerBundles function

new BviFaqBundle\BviFaqBundle(),

if KnpPaginatorBundle not added then please do add in AppKernel.php file

new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),

Export route file in your app/config/routing.yml as below

bvi_faq: resource: "@BviFaqBundle/Resources/config/routing.yml" prefix: /faq

Install assets using below command

php app/console assets:install

Update your db schema using below command

php app/console doctrine:schema:update --force