Hexters/Auth is a Laravel package that allows you to create multiple authentication pages, similar to Laravel Breeze. The package is supported by Livewire Volt and TailwindCSS. For the components, this package uses maryUI.
Add the package repository by running the following command:
composer require hexters/auth
Install the package by running:
php artisan auth:install
To create a login page, simply follow this command:
php artisan make:auth
And last build assets
npm run build