I see a question but can't understand which part you're having trouble with.
You "found a logic" but we need to know which part you worked out and which are you having trouble with.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am newbie to laravel and was developing an app using laravel. I have two users teachers and student. the teacher can add students by inviting them through email. I found a logic like while inviting the teacher can populate the students table with an email and a default password and the password reset link of the student is mailed to him automatically. So that he can now change his password and login. any idea in doing this?
Totally possible. Similar to https://laracasts.com/discuss/channels/laravel/reset-password-manually-without-email ?
Please or to participate in this conversation.