anisdjer/anis-commercebundle

My test application.

dev-master 2013-11-09 19:25 UTC

This package is not auto-updated.

Last update: 2024-04-23 02:41:24 UTC


README

  1. Installing the Standard Edition
  1. add in the composer.json

Use Composer (recommended)

requirements : { ... "anisdjer/anis-commercebundle" : "dev-master", }

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