arikun/sabmin

Auth Page Laravel UI Custom Using Bootstrap Make It Loved

dev-main 2021-05-09 14:50 UTC

This package is auto-updated.

Last update: 2024-05-09 21:30:19 UTC


README

Description

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!

How To Install ?

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)

Screenshot at 2021-05-08 13-55-41

Now Install The Packages!

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

Last insert command vendor publish to publish the Auth UI Custom

php artisan vendor:publish 

Screenshot at 2021-05-08 14-06-52

And Select Arikun\Sabmin\SabminServiceProvider, and you can refresh the login page and look ! this is cool !

Screenshot at 2021-05-08 14-09-11

Sabmin