This bundle provides SubscriptionWall management
- See the require section in the composer.json
- SubscriptionWall management
This bundle can be installed following these steps:
$ php composer.phar require integrated/subscription-bundle:dev-master
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Integrated\Bundle\SubscriptionBundle\IntegratedSubscriptionBundle(),
// ...
);
}
# app/config/routing.yml
integrated_subscription:
resource: "@IntegratedSubscriptionBundle/Resources/config/routing.xml"
prefix: "/admin"
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Pull requests are welcome. Please see our CONTRIBUTING guide.
This bundle is part of the Integrated project. You can read more about this project on the Integrated for Developers website.