|
16 | 16 | </p>
|
17 | 17 |
|
18 | 18 | <h4 align="center">
|
19 |
| - <a href="https://ldaprecord.com/docs/laravel/v2/">Documentation</a> |
| 19 | + <a href="https://ldaprecord.com/docs/laravel/v3/">Documentation</a> |
20 | 20 | <span> · </span>
|
21 | 21 | <a href="https://github.com/DirectoryTree/LdapRecord-Browser">Directory Browser</a>
|
22 | 22 | <span> · </span>
|
|
27 | 27 |
|
28 | 28 | 🔑 **Authenticate LDAP users into your application**
|
29 | 29 |
|
30 |
| -Allow LDAP users to log into your application and control which users can login via [Scopes](https://ldaprecord.com/docs/laravel/v2/usage/#scopes) and [Rules](https://ldaprecord.com/docs/laravel/v1/auth/configuration/#rules). |
| 30 | +Allow LDAP users to log into your application and control which users can login via [Scopes](https://ldaprecord.com/docs/laravel/v3/usage/#scopes) and [Rules](https://ldaprecord.com/docs/laravel/v1/auth/configuration/#rules). |
31 | 31 |
|
32 | 32 | 🔄 **Import & Synchronize LDAP users**
|
33 | 33 |
|
34 |
| -Import users from your directory via a [command](https://ldaprecord.com/docs/laravel/v2/auth/database/importing): `php artisan ldap:import`. |
| 34 | +Import users from your directory via a [command](https://ldaprecord.com/docs/laravel/v3/auth/database/importing): `php artisan ldap:import`. |
35 | 35 |
|
36 | 36 | 💼 **Multi-Domain Support**
|
37 | 37 |
|
38 |
| -Authenticate users from as many LDAP domains as you'd like. Support comes [out of the box](https://ldaprecord.com/docs/laravel/v2/auth/multi-domain). |
| 38 | +Authenticate users from as many LDAP domains as you'd like. Support comes [out of the box](https://ldaprecord.com/docs/laravel/v3/auth/multi-domain). |
39 | 39 |
|
40 | 40 | 🎩 **Eloquent Query Builder**
|
41 | 41 |
|
42 |
| -Search for LDAP objects with a [fluent and easy to use interface](https://ldaprecord.com/docs/core/v2/searching) you're used to. You'll feel right at home. |
| 42 | +Search for LDAP objects with a [fluent and easy to use interface](https://ldaprecord.com/docs/core/v3/searching) you're used to. You'll feel right at home. |
43 | 43 |
|
44 | 44 | ✏️ **Active Record LDAP Models**
|
45 | 45 |
|
46 |
| -LDAP objects are [individual models](https://ldaprecord.com/docs/core/v2/models). Persist them to your LDAP server with a single `save()`. |
| 46 | +LDAP objects are [individual models](https://ldaprecord.com/docs/core/v3/models). Persist them to your LDAP server with a single `save()`. |
47 | 47 |
|
48 | 48 | 💫 **LDAP Directory Emulator**
|
49 | 49 |
|
50 |
| -Test [authenticating](https://ldaprecord.com/docs/laravel/v2/auth/testing/#getting-started) and |
51 |
| -[querying users](https://ldaprecord.com/docs/laravel/v2/testing/#getting-started) without |
| 50 | +Test [authenticating](https://ldaprecord.com/docs/laravel/v3/auth/testing/#getting-started) and |
| 51 | +[querying users](https://ldaprecord.com/docs/laravel/v3/testing/#getting-started) without |
52 | 52 | changing your application code.
|
53 | 53 |
|
54 | 54 | Create, update, and delete LDAP objects without touching a real LDAP server.
|
|
0 commit comments