mo7zayed/laravel-subscriptions
Composer 安装命令:
composer require mo7zayed/laravel-subscriptions
包简介
Rinvex Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
README 文档
README
Rinvex Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
Considerations
- Payments are out of scope for this package.
- You may want to extend some of the core models, in case you need to override the logic behind some helper methods like
renew(),cancel()etc. E.g.: when cancelling a subscription you may want to also cancel the recurring payment attached.
Installation
-
Install the package via composer:
composer require mo7zayed/laravel-subscriptions "dev-master" -
Publish resources (migrations and config files):
php artisan rinvex:publish:subscriptions
-
Execute migrations via the following command:
php artisan rinvex:migrate:subscriptions
-
Done!
Docs
Please continue reading the docs on https://github.com/rinvex/laravel-subscriptions
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-29