devdojo/auth blade pages are challenging to skin
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.
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