mobilecart / subscriptionbundle
Subscription Management for Mobile Cart
Package info
github.com/mobilecart/mobilecartsubscriptionbundle
Type:symfony-bundle
pkg:composer/mobilecart/subscriptionbundle
dev-master
2017-11-14 22:07 UTC
Requires
- php: >=5.5.24
- symfony/framework-bundle: ~2.8
This package is not auto-updated.
Last update: 2026-03-07 03:03:24 UTC
README
Subscription Management for Mobile Cart
Install into your app/AppKernel.php . place it after MobileCartCoreBundle()
Update the Database, add new tables:
$ ./app/console doctrine:schema:update
Add a Variant with the code subscription_id to the Variant Set for Products. There is a CLI command also:
$ ./app/console cart:sub:itemvars