2017 © Pedro Peláez
 

symfony-bundle bvi-banner

banner Management with crud options

image

kapilpatel20/bvi-banner

banner Management with crud options

  • Monday, August 28, 2017
  • by kapilpatel20
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Documentation* Run below command to install from composer, (*1)

composer require kapilpatel20/bvi-banner dev-master, (*2)

Add bundle in AppKernel.php in registerBundles function, (*3)

new BviBannerBundle\BviBannerBundle(),, (*4)

if KnpPaginatorBundle not added then please do add in AppKernel.php file, (*5)

new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),, (*6)

Export route file in your app/config/routing.yml as below, (*7)

bvi_banner: resource: "@BviBannerBundle/Resources/config/routing.yml" prefix: /banner, (*8)

Install assets using below command, (*9)

php app/console assets:install, (*10)

Update your db schema using below command, (*11)

php app/console doctrine:schema:update --force, (*12)

The Versions

28/08 2017

dev-master

9999999-dev https://github.com/kapilpatel20/bvi-banner

banner Management with crud options

  Sources   Download

proprietary

The Requires

 

by Jainil Rajwaniya

banner page