Question By
Unsolved

devdojo/auth blade pages are challenging to skin

github170

Nov 29th, 2024 09:46 AM

This isn't so much of a question, but more of a comment/request.

The login page, while beautiful and all, does not gel with the theme of my site and when I saw it coupled with blade components/volt/alpine/livewire, I was reminded of the good old days of PHP5 where we write CSS in javascript stored in a PHP file.

It might be a good idea to have a simple HTML/CSS blade version, which makes it much easier to skin. Thank you.

bobbyiliev

Nov 29th, 2024 10:57 AM

Hey! 👋

You can definitely customize individual pages from the package. Check out the steps here: Customizing the Two-Factor Authentication page. 🎨✨

On the Blade refactor request, Volt and Livewire are core parts of the auth package, so refactoring just the login page into pure Blade isn’t likely going to be done for the whole package itself.

Hope that helps!

- Bobby