Skip to content

kapilpatel20/bvi-banner

Repository files navigation

Documentation* Run below command to install from composer

composer require kapilpatel20/bvi-banner dev-master

Add bundle in AppKernel.php in registerBundles function

new BviBannerBundle\BviBannerBundle(),

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_banner: resource: "@BviBannerBundle/Resources/config/routing.yml" prefix: /banner

Install assets using below command

php app/console assets:install

Update your db schema using below command

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published