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

Commit 169fd6e

Browse files
committed
Added missing step
1 parent 4be3535 commit 169fd6e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ Once finished, insert the service provider in your `config/app.php` file:
2020

2121
Then insert the facade:
2222

23-
'Adldap' => Adldap\Laravel\Facades\Adldap::class,
24-
23+
'Adldap' => Adldap\Laravel\Facades\Adldap::class
24+
25+
Publish the configuration file by running:
26+
27+
php artisan vendor:publish
28+
2529
Now you're all set!
2630

2731
## Usage

0 commit comments

Comments
 (0)