laravelcm / laravel-subscriptions

Laravel Subscriptions is a flexible plans and subscription management system for Laravel.
MIT License
90 stars 18 forks source link

Real world examples with billing #8

Open greeto opened 7 months ago

greeto commented 7 months ago

If I have an invoices app so : Plan 1 is 10$ with 30 invoices Plan 2 20$ with 100 invoices Each extra invoice is 0.1$

how can i handle billing here with renew And changePlan

also when canceling plan the user should still hVe access until the period is over.

Also, What about special plan for specific customers?

Thanks!

jvkassi commented 1 week ago

Did you find any hints on integrating billing ?

greeto commented 1 week ago

sorry no