dev-master
9999999-dev https://github.com/kapilpatel20/bvi-newsNews Management with crud options
proprietary
The Requires
by Rahul Trivedi
news template
News Management with crud options
*******Documentation******** Run below command to install from composer, (*1)
composer require kapilpatel20/bvi-news dev-master, (*2)
Add bundle in AppKernel.php in registerBundles function, (*3)
new BviNewsBundle\BviNewsBundle(),, (*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_news: resource: "@BviNewsBundle/Resources/config/routing.yml" prefix: /news, (*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)
News Management with crud options
proprietary
news template