mo7zayed / laravel-subscriptions
Rinvex Subscriptions 是一个灵活的计划和订阅管理系统,适用于 Laravel,它提供了运行您类似 SAAS 服务的必要工具,以高效地管理您的业务。它简单而强大的架构为您的业务提供了一个坚实的基础。
v5.0.3
2021-03-15 07:51 UTC
Requires
- php: ^7.4.0 || ^8.0.0
- illuminate/console: ^8.0.0 || ^9.0.0
- illuminate/database: ^8.0.0 || ^9.0.0
- illuminate/support: ^8.0.0 || ^9.0.0
- rinvex/laravel-support: ^5.0.0
- spatie/eloquent-sortable: ^3.7.0
- spatie/laravel-sluggable: ^2.2.0
- spatie/laravel-translatable: ^4.2.0
Requires (Dev)
- codedungeon/phpunit-result-printer: ^0.30.0
- illuminate/container: ^8.0.0 || ^9.0.0
- phpunit/phpunit: ^9.5.0
- dev-master
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.1.0
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.0.2
- v3.0.1
- v3.0.0
- v2.1.1
- v2.1.0
- v2.0.0
- v1.0.2
- v1.0.1
- v1.0.0
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-dependabot/composer/develop/phpunit/phpunit-tw-9.5.0or-tw-10.0.0
- dev-dependabot/composer/develop/rinvex/laravel-support-tw-5.0.0or-tw-7.0.0
- dev-dependabot/composer/develop/codedungeon/phpunit-result-printer-tw-0.30.0or-tw-0.32.0
- dev-fix/subscribed-plans-type-hinting
- dev-rinvex-master
- dev-develop
This package is auto-updated.
Last update: 2024-09-06 06:53:04 UTC
README
Rinvex Subscriptions 是一个灵活的计划和订阅管理系统,适用于 Laravel,它提供了运行您类似 SAAS 服务的必要工具,以高效地管理您的业务。它简单而强大的架构为您的业务提供了一个坚实的基础。
注意事项
- 本包不包括支付功能。
- 如果您需要覆盖一些辅助方法(如
renew()
、cancel()
等)背后的逻辑,您可能需要扩展一些核心模型。例如:当取消订阅时,您可能还想取消附带的定期支付。
安装
-
使用 composer 安装此包
composer require mo7zayed/laravel-subscriptions "dev-master"
-
发布资源(迁移和配置文件)
php artisan rinvex:publish:subscriptions
-
通过以下命令执行迁移
php artisan rinvex:migrate:subscriptions
-
完成!