rakib / lara-auth
Just get rid of the typical laravel auth design with LaraAuth and give your user new Glimpse of new Auth System.
This package is auto-updated.
Last update: 2025-06-29 01:49:16 UTC
README
Laravel Package for changing the view of typical Laravel Auth.
Features
-
It Just default Laravel Auth.
-
It will just change the User Login Page View.
-
Easy way to make Authentication in Your Laravel Application.
Installation
Go to terminal and run this command
composer require rakib/lara-auth
Wait for few minutes. Composer will automatically install this package for your project.
Below Laravel 5.5 open config/app
and add this line in providers
section
Rakib\LaraAuth\LaraAuthServiceProvider::class,
Now run this command in your terminal to publish this package resources:
php artisan vendor:publish
Then Find out The number of
Rakib\LaraAuth\LaraAuthServiceProvider
That's it !!
You Are Done.
Let's Have fun with new login process.
Credits
- Rakibul Hasan
- Aryan Ahmed
- Thanks to Appzgear for icon.
Security Vulnerabilities
If you discover a security vulnerability within LaraAuth, please send an e-mail to Rakibul Hasan via rakib_rumi09@live.com.
License
The LaraAuth package is open-sourced software licensed under the MIT license.