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

Commit 7ddc1f2

Browse files
committed
Update README.md
1 parent 3ae7782 commit 7ddc1f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ Now you're all set!
3636

3737
You can perform all methods on Adldap through its facade like so:
3838
```php
39+
// Finding a user.
3940
$user = Adldap::users()->find('john doe');
4041

42+
// Searching for a user.
4143
$search = Adldap::search()->where('cn', '=', 'John Doe')->get();
4244

43-
45+
// Authenticating.
4446
if (Adldap::authenticate($username, $password)) {
4547
// Passed!
4648
}

0 commit comments

Comments
 (0)