Skip to content

Just get rid of the typical Laravel auth design with LaraAuth and give your user new Glimpse of new Auth System.

License

Notifications You must be signed in to change notification settings

rakib-09/lara-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

Just get rid of the typical Laravel auth design with LaraAuth and give your user new Glimpse of new Auth System.

Resources

License

Stars

Watchers

Forks

Packages