kapilpatel20 / bvi-banner
banner Management with crud options
Installs: 9
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:symfony-bundle
Requires
- kapilpatel20/bvi-banner: dev-master
- knplabs/knp-paginator-bundle: ^2.6
This package is not auto-updated.
Last update: 2022-01-08 12:34:12 UTC
README
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