2017 © Pedro Peláez
 

symfony-bundle bvi-email

Email template Management with crud options

image

kapilpatel20/bvi-email

Email template Management with crud options

  • Thursday, August 24, 2017
  • by kapilpatel20
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

*******Documentation********, (*1)

Run below command to install from composer, (*2)

composer require kapilpatel20/bvi-email dev-master, (*3)

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

new BviEmailBundle\BviEmailBundle(),, (*5)

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

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

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

bvi_email: resource: "@BviEmailBundle/Resources/config/routing.yml" prefix: /email, (*9)

Install assets using below command, (*10)

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

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

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

The Versions

24/08 2017

dev-master

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

Email template Management with crud options

  Sources   Download

proprietary

The Requires

 

by Rahul Trivedi

email template