Developer1968Mx's avatar

Laravel 12 react starter kit disable register page

Hello, Everyone:

I'm new in Laravel. I'm using Laravel 12 and I looking for the way to disable register button and page in react starter kit code.

Can anyone help o find the way to do that?,

Thanks.

0 likes
3 replies
Jonjie's avatar

Just remove or comment the Register link in your welcome.jsx. You can also remove the register routes in auth.php file.

2 likes
Snapey's avatar

You can also remove the register routes

You SHOULD also

2 likes

Please or to participate in this conversation.