All User OnBoarding Status #10
Unanswered
ershadow786
asked this question in
Q&A
Replies: 1 comment
-
You would just have to loop though your users, it dont say in the docs its limited to just the authenticated user: $users = User::all();
foreach($users as $user){
$user->onboarding()->percentageCompleted();
} |
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
-
Greetings,
Firstly thanks for such package.
Currently according to doc we can only able to fetch on boarding process status for current authenticated person only.
Is there any a way to get all users
OnBoarding
status, as this is one of feature required/process required as Admin.Regards
Beta Was this translation helpful? Give feedback.
All reactions