Hi, simple question: How can I make register work, when I'm logged in?
I have a super user, which should be allowed to add new user via the /register route.
If i'm logged out I can register new users, if logged-in i'm constantly redirected to to root folder.
Thanks for your help!
Hello @bgurtner maybe you can remove the guest middleware from the register route. But to be honest I suggest to create a separated route for the super user to register new users.
Thanks @tvbeek, can you give a code example on how to do both of your solutions? Sorry, but jetstream is a my expertise ;)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community