Can Onboarding be done only for User Model? #18
Unanswered
abishekrsrikaanth
asked this question in
Q&A
Replies: 1 comment
-
Onboarding can be added to any model, we use it for a Team model for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If my onboarding process wasn't attached to the User but to a Site/Domain on a SaaS app, can I implement the
Onboardable
interface andGetsOnboarded
trait on the model that requires the onboarding? And also do the steps need to added only on the AppServiceProvider? Can it be added on a controller that loads the view of the onboarding page?Beta Was this translation helpful? Give feedback.
All reactions