arikun / sabmin
Auth Page Laravel UI Custom Using Bootstrap Make It Loved
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^7.3|^8.0
- laravel/framework: ^8.12
- laravel/ui: ^3.2
This package is auto-updated.
Last update: 2024-11-09 22:37:42 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)
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
And Select Arikun\Sabmin\SabminServiceProvider, and you can refresh the login page and look ! this is cool !