anisdjer / anis-commercebundle
My test application.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- knplabs/knp-snappy-bundle: dev-master
- symfony/framework-bundle: >=2.2
This package is not auto-updated.
Last update: 2025-02-11 07:02:17 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