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

MrMachoMan's avatar

Laravel Fortify how to register after login?

I have multiple roles in my application, and only the administrator should be able to register new users

Unfortunately, I am having some trouble getting to the register view while being logged in In Fortify it's default to be logged out when accessing the registration page

Does anyone know how to work around this

0 likes
1 reply
Snapey's avatar
Snapey
Best Answer
Level 122

The admin only needs to create new records in the users table.

Dont think of that as registration, its a simple CRUD process, the same as creating any other model

1 like

Please or to participate in this conversation.