Download the PHP package iamproperty/laravel-multiauth without Composer
On this page you can find all versions of the php package iamproperty/laravel-multiauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iamproperty/laravel-multiauth
More information about iamproperty/laravel-multiauth
Files in iamproperty/laravel-multiauth
Download iamproperty/laravel-multiauth
More information about iamproperty/laravel-multiauth
Files in iamproperty/laravel-multiauth
Vendor iamproperty
Package laravel-multiauth
Short Description Helpers for managing multiple authentication guards in Laravel
License proprietary
Package laravel-multiauth
Short Description Helpers for managing multiple authentication guards in Laravel
License proprietary
Please rate this library. Is it a good library?
Informations about the package laravel-multiauth
Laravel Multi-Auth
This will help automatically assigning the correct guard so that when you call Request::user()
or Auth::user()
there is no need to specify the guard.
Installation
Install the package using Composer.
Register the guard map:
Register the login listener:
Register the middleware:
Configuration
There is no need to configure anything manually, but if you want to you can publish the config file.
All versions of laravel-multiauth with dependencies
PHP Build Version
Package Version
Requires
illuminate/auth Version
^5.6|^5.7|^5.8|^6.0|^7.0
The package iamproperty/laravel-multiauth contains the following files
Loading the files please wait ....