Sabmin is an authentication custom view for laravel whether it's laravel 7/8, made with bootstrap 4.6, Make your Auth page even more beautiful and cool more simply!
The first thing we have to do is install laravel first as usual
composer create-project --prefer-dist laravel/laravel [your project]
or
laravel new [your project]
After finish install laravel you have to install laravel ui too
composer require laravel/ui
And Make Auth
php artisan ui:auth
After finish install auth you have a fresh login page default ui laravel with no style from bootstrap (plain html)
Before install the packages, you must delete Folder Auth in laravel this folder in
resource/views/auth
After deleted, the next step is to install the packages
composer require arikun/sabmin
Wait a second...
After finish, paste to config/app.php in
Arikun\Sabmin\SabminServiceProvider::class,
/*
* Package Service Providers...
*/
{PASTE HERE}
/*
* Application Service Providers...
*/
Last insert command vendor publish to publish the Auth UI Custom
php artisan vendor:publish
And Select Arikun\Sabmin\SabminServiceProvider, and you can refresh the login page and look ! this is cool !