anisdjer / anis-commercebundle
My test application.
Package info
github.com/anisdjer/anis-commercebundle
Language:JavaScript
pkg:composer/anisdjer/anis-commercebundle
dev-master
2013-11-09 19:25 UTC
Requires
- knplabs/knp-snappy-bundle: dev-master
- symfony/framework-bundle: >=2.2
This package is not auto-updated.
Last update: 2026-03-10 12:34:23 UTC
README
- Installing the Standard Edition
- 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