Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

NoLAstNamE's avatar

Laravel multi registration using laravel/ui

Has anyone implemented multiple registration page using larave/ui package? I'm pretty much used to laravel/ui package that's why I still prefer this kit.

My use-case, registration for two different roles

  • Teacher
  • Student
0 likes
2 replies
jlrdw's avatar

UI makes no difference, it's how you setup various guards.

However I suggest one users table, use authentication for login then use authorization to implement what a logged in user can or cannot do.

2 likes

Please or to participate in this conversation.