develoopin/subscriptions

This package is abandoned and no longer maintained. No replacement package was suggested.

Subscription model for plan with laravel.

1.0.11 2018-10-29 07:07 UTC

This package is auto-updated.

Last update: 2021-09-26 08:18:38 UTC


README

Installation

Install via the composer require command:

$ composer require develoopin/subscriptions

Add into config/app.php on providers section/array:

Develoopin\Subscriptions\SubscriptionServiceProvider::class

Publish the config file:

$ php artisan vendor:publish

Migrate database with:

$ php artisan migrate --path=/database/migrations/core