PHPackages                             iwanli/multi-auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. iwanli/multi-auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

iwanli/multi-auth
=================

create multi-auth for laravel5.2

v0.1.7(9y ago)2311MITPHPPHP &gt;=5.5.9

Since Aug 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/lanceWan/multi-auth)[ Packagist](https://packagist.org/packages/iwanli/multi-auth)[ RSS](/packages/iwanli-multi-auth/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (9)Used By (0)

multi-auth
==========

[](#multi-auth)

> Custom your Auth Drivers

Installation
============

[](#installation)

```
composer require iwanli/multi-auth

```

**Or**

First, pull in the package through Composer.

```
"iwanli/multi-auth": "~0.1.*"

```

Now you'll want to update or install via composer.

```
composer update

```

Providers
=========

[](#providers)

open your `config/app.php` and add this line in providers section .

```
Iwanli\MultiAuth\MultiAuthServiceProvider::class,

```

Configuration
=============

[](#configuration)

And the last, publish the package's configuration by running:

```
php artisan vendor:publish

```

That will publish the `multi.php` config file to your `config/` folder .

```
