bpuig / laravel-subby

Laravel Plan and Subscriptions manager.
https://bpuig.github.io/laravel-subby
MIT License
104 stars 42 forks source link

Fallback plan #81

Closed boryn closed 3 years ago

boryn commented 3 years ago

Let's imagine a user has a "Pro" subscription. They decide to cancel or just not to renew. Actually then we cut them off of all the features, even the ones available in the "Free" plan.

Maybe it would be good to implement an optional fallback/default plan? If they intentionally cancel, we can changePlan() for them, but if the subscription just expires, the user is left with all features blocked because canUseFeature() will just return false :).

bpuig commented 3 years ago

Good idea, should be easy to do with just a config.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.