Have a look at this package https://github.com/rinvex/laravel-subscriptions
Subscriptions package without Stripe/Paypal
Hello community! I hope they are well.
I am with a project where I gather many gastronomic shops so that they can show their products and customers can order food from them.
For this business model I need each business to have a monthly subscription and that, if they do not pay the corresponding month, the service is automatically blocked. That's what I need a laravel subscription package for. I know CASHIER, but according to what I read in the documentation, if or if it is necessary to use Stripe or Paypal, which are services that do not work in my country. Also to begin with, I would prefer to charge in cash or bank transfer because the volume of customers is not so great and they prefer that means of payment. So what I would need is to have a system that warns me when a client exceeds 30 days and does not pay and that automatically cancel it and when I pay, to be able to register it for 30 more days. In other words, do the subscription registration and cancellation manually until you implement a digital payment method.
Do you know any packages that can help me with that?
Thanks a lot.
Please or to participate in this conversation.