Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 4e205f1

Browse files
committed
Added small note
1 parent a633a93 commit 4e205f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,12 @@ The Adldap Laravel auth driver allows you to seamlessly authenticate active dire
9191
as well as have a local database record of the user. This allows you to easily attach information
9292
to the users as you would a regular laravel application.
9393

94+
> ** Note **: The Adldap auth driver actually extends from and utilizes Laravel's eloquent auth driver.
95+
9496
### Installation
9597

9698
Insert the `AdldapAuthServiceProvider` into your `config/app.php` file:
99+
97100
```php
98101
Adldap\Laravel\AdldapAuthServiceProvider::class,
99102
```
@@ -105,6 +108,7 @@ php artisan vendor:publish --tag="adldap"
105108
```
106109

107110
Change the auth driver in `config/auth.php` to `adldap`:
111+
108112
```php
109113
/*
110114
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)