Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Subscription Bundle Laravel Package

dzangocart/subscription-bundle

View on GitHub
Deep Wiki
Context7

DzangocartSubscriptionBundle

Symfony 2 bundle for dzangocart subscription accounts

Features

  • Declare your entities to be subscription-type products
  • Manage different pricing plans and their features
  • Display a pricing page on your web site
  • Easy links to your dzangocart store

Requirements

While this bundle is primarily intended for owners of a Dzangocart store, most of its feature can still be used by anyone.

Installation

Add the following to your project's composer.json file:

{
	require: {
		"dzangocart/subscription-bundle": "dev-master"
	}
}

Register the bundle:

#app/AppKernel.php
public function registerBundles()
{
	$bundles = array(
		…
		new DzangocartSubscriptionBundle()
	);

	return $bundles;
}

If you are using assetic, add the bundle to the assetic configuration:

#config.yml
assetic:
	DzangocartSubscriptionBundle

Configuration

TODO

Usage

TODO

Fixtures

For your convenience, several fixtures are included in the bundle, under Resources\fixtures.

Some of these fixtures only have demonstration value (plans, features) but others like units and periods, may be of some practical use. To load the fixtures into your database using propel:

php app/console propel:fixtures:load @DzangocartSubscriptionBundle
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware