Download the PHP package develoopin/subscriptions without Composer
On this page you can find all versions of the php package develoopin/subscriptions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download develoopin/subscriptions
More information about develoopin/subscriptions
Files in develoopin/subscriptions
Download develoopin/subscriptions
More information about develoopin/subscriptions
Files in develoopin/subscriptions
Vendor develoopin
Package subscriptions
Short Description Subscription model for plan with laravel.
License MIT
Package subscriptions
Short Description Subscription model for plan with laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package subscriptions
Develoopin Laravel Subscription
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
All versions of subscriptions with dependencies
PHP Build Version
Package Version
The package develoopin/subscriptions contains the following files
Loading the files please wait ....