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
Requires
- php: >=5.5.9
- illuminate/database: ~5.3
- illuminate/support: ~5.3
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