Skip to content

Commit 2cb8703

Browse files
authored
Update readme.md
1 parent 59d57e7 commit 2cb8703

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@
2121
<a href="https://ldaprecord.com/docs/laravel">Documentation</a>
2222
</h4>
2323

24-
🔑 **Authenticate LDAP users into your application.**
24+
🔑 **Authenticate LDAP users into your application**
2525

2626
Using the built-in authentication driver, easily allow LDAP users to log into your application and control which users can login via [Scopes](https://ldaprecord.com/docs/models/#query-scopes) and [Rules](https://ldaprecord.com/docs/laravel/auth/configuration/#rules).
2727

28-
🔄 **Easily Import & Synchronize LDAP users.**
28+
🔄 **Easily Import & Synchronize LDAP users**
2929

3030
Users can be imported into your database upon first login,
3131
or you can import your entire directory via a simple [command](https://ldaprecord.com/docs/laravel/auth/importing): `php artisan ldap:import`.
3232

33-
💼 **Multi-Domain Support.**
33+
💼 **Multi-Domain Support**
3434

3535
Authenticate users from as many LDAP domains as you'd like. Support comes [out of the box](https://ldaprecord.com/docs/laravel/auth/multi-domain).
3636

37-
🎩 **Eloquent Query Builder.**
37+
🎩 **Eloquent Query Builder**
3838

3939
Search for LDAP objects with a [fluent and easy to use interface](https://ldaprecord.com/docs/searching) you're used to. You'll feel right at home.
4040

41-
✏️ **ActiveRecord LDAP Models.**
41+
✏️ **ActiveRecord LDAP Models**
4242

4343
LDAP objects are returned as [individual models](https://ldaprecord.com/docs/models). Easily create
4444
and update models then persist them to your LDAP server with a simple `save()`.
4545

46-
💫 **LDAP Directory Emulator.**
46+
💫 **LDAP Directory Emulator**
4747

4848
Test [authenticating](https://ldaprecord.com/docs/laravel/auth/testing/#getting-started) and
4949
[querying users](https://ldaprecord.com/docs/laravel/testing/#getting-started) without

0 commit comments

Comments
 (0)