library anis-commercebundle
My test application.
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
anis-commercebundle
1) Installing the Standard Edition
1) add in the composer.json, (*1)
Use Composer (recommended)
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