Question By
Unsolved

Custom view style social-providers.blade.php

lavorato

Apr 15th, 2026 07:53 AM

Hello, guys! I'm customizing the layout of the social login buttons in the file (social-providers.blade.php) in the auth packages. How can I make this custom for my project? I know how can I do with views with routes, but this doesn't have any route. Thanks!!!

Report
1
produkt

May 14th, 2026 12:05 PM

Using the information here: https://devdojo.com/question/customizing-the-two-factor-authentication

Maybe make copies of all the auth pages, add routes, and reference your custom component instead of the auth one on the new pages?