luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
812 stars 207 forks source link

How I can install user registration module and pay after register #1882

Closed testt23 closed 5 years ago

testt23 commented 5 years ago

How can I install a module for user registration (public, not in the admin panel) and also those users after registration have a billing services module. in case there is no such thing, at least to install a registration module. thanks

luya-bot commented 5 years ago

Thank you for your question. In order for this issue tracker to be effective, it should only contain bug reports and feature requests.

We advise you to use our community driven resources:

This is an automated comment, triggered by adding the label question.

nadar commented 5 years ago

You can attach any yii2 module to your frontend, someone used https://github.com/dektrium/yii2-user and for payment you might use https://github.com/luyadev/luya-module-payment - but non of these services provide subscriptions.

So what you are trying to do has nothing to do with LUYA itself - its your frontend application, you can use LUYA admin to manage the user input data. Maybe joining slack channel to ask other people if someone already has done such a project.

testt23 commented 5 years ago

I thought there was a product ready for users with privileges / rights that they could install.

but what I found is not what you are looking for https://luya.io/packages/luyadev--luya-module-userauth

nadar commented 5 years ago

If you are looking for a system which does already anything for you without doing something, then you might not choose LUYA :-)

testt23 commented 5 years ago

How u can install this module https://github.com/dektrium/yii2-user

?

nadar commented 5 years ago

I never used it, but maybe take a look at: https://github.com/dektrium/yii2-user/blob/master/docs/getting-started.md