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

Commit ad3c2f9

Browse files
authored
Added links to specific features
1 parent 9c4e0f0 commit ad3c2f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
</h4>
2222

2323
- **Authenticate LDAP users into your application.** Using the built-in authentication driver, easily allow
24-
LDAP users to log into your application and control which users can login via Scopes and Rules.
24+
LDAP users to log into your application and control which users can login via [Scopes](https://adldap2.github.io/Adldap2-Laravel/#/auth/setup?id=scopes) and [Rules](https://adldap2.github.io/Adldap2-Laravel/#/auth/setup?id=rules).
2525

2626
- **Easily Import & Synchronize LDAP users.** Users can be imported into your database upon first login,
27-
or you can import your entire directory via a simple `php artisan adldap:import`.
27+
or you can import your entire directory via a simple [command](https://adldap2.github.io/Adldap2-Laravel/#/auth/importing): `php artisan adldap:import`.
2828

29-
- **Eloquent like Query Builder.** Search for LDAP records with a fluent and easy to use interface you're used to. You'll feel right at home.
29+
- **Eloquent like Query Builder.** Search for LDAP records with a [fluent and easy to use interface](https://adldap2.github.io/Adldap2/#/searching) you're used to. You'll feel right at home.
3030

31-
- **Active Record LDAP Models.** LDAP records are returned as individual models. Easily create
31+
- **Active Record LDAP Models.** LDAP records are returned as [individual models](https://adldap2.github.io/Adldap2/#/models/model). Easily create
3232
and update models then persist them to your LDAP server with a simple `save()`.

0 commit comments

Comments
 (0)