2017 © Pedro Peláez
 

library anis-commercebundle

My test application.

image

anisdjer/anis-commercebundle

My test application.

  • Saturday, November 9, 2013
  • by Anis
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

anis-commercebundle

1) Installing the Standard Edition

1) add in the composer.json, (*1)

requirements : { ... "anisdjer/anis-commercebundle" : "dev-master", }, (*2)

### run

composer update

AppKernel

Add to the appKernel

new Anis\CommerceBundle\AnisComemrceBundle(),

add the resource import in the routing

anis_commerce:
    resource : "@AnisCommerceBundle/Resources/config/routing.yml"
    prefix : /commerce

run

php app/console assets:install

configure your database parameters

The Versions

09/11 2013