Replies: 2 comments 5 replies
-
Why would you want to do this? Not because you are an admin creating other users I hope? two options I can think of;
If you are creating users as part of an admin function then just CRUD directly on the users table. Do not consider this a case for 'registration' |
Beta Was this translation helpful? Give feedback.
-
Other form is desactive in routes/web.php |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version: 8
How I can disable auto login after registration ?
I think I needs to override store method, but how ?
Beta Was this translation helpful? Give feedback.
All reactions