I want to use semi-ready solutions or look at their architecture. Subscription system: the user receives credits, for credits he has the opportunity to allow something to be done (get some resource of the site, visit the selected event). I would be grateful for the tips.
- I may not know what, but this library is too specific. This is easier to write for yourself - StereoFlo
- Indeed this is the whole site described, but not the library - Yaroslav Molchan
- oneThere is no such system with credits. But an example of a well-implemented subscription system via Stripe (does not work with the CIS) can be found here: github.com/laravel/cashier is off. library. It implements the usual subscription features. - GONG
|
1 answer
Found such a solution:
- for separation into roles and rights: https://github.com/Zizaco/entrust
- for the subscription system: https://github.com/rinvex/subscriptions
|