LaravelPackages.net
Acme Inc.
Toggle sidebar
arikun/sabmin

Auth Page Laravel UI Custom Using Bootstrap Make It Loved

16
0
About arikun/sabmin

arikun/sabmin is a Laravel package for auth page laravel ui custom using bootstrap make it loved. It currently has 0 GitHub stars and 16 downloads on Packagist. Install it with composer require arikun/sabmin. Discover more Laravel packages by arikun or browse all Laravel packages to compare alternatives.

Last updated

Boilerplate Auth Laravel UI

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

Comments