From ab0e253f4bc5953172769d5badd1723cd72e944d Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Sun, 8 Sep 2024 15:51:01 -0400 Subject: [PATCH 1/3] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8de1d85..87b48ad 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ Allow LDAP users to log into your application and control which users can login 🔄 **Import & Synchronize LDAP users** -Import users from your directory via a [command](https://ldaprecord.com/docs/laravel/v3/auth/database/importing): `php artisan ldap:import`. +Import users from your directory via [command](https://ldaprecord.com/docs/laravel/v3/auth/database/importing): `php artisan ldap:import`. 💼 **Multi-Domain Support** From f0455e41bac10a75906bb021d55c01827b0e33c0 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Sun, 8 Sep 2024 15:54:05 -0400 Subject: [PATCH 2/3] Update readme.md --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 87b48ad..36d42e0 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,10 @@ --- +⭐️ **Developer experience first** + +LdapRecord focuses on clean, easy to understand syntax along with thorough documentation. + 🔑 **Authenticate LDAP users into your application** 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). @@ -52,8 +56,6 @@ changing your application code. Create, update, and delete LDAP objects without touching a real LDAP server. -Yeah, we like it too. - ---

LdapRecord-Laravel is Supportware™

From d112a32dd1f72989d5eea4b601933f757f4ddf86 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Sun, 8 Sep 2024 15:54:26 -0400 Subject: [PATCH 3/3] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 36d42e0..df2dc7b 100644 --- a/readme.md +++ b/readme.md @@ -24,11 +24,11 @@ --- -⭐️ **Developer experience first** +⭐️ **Developer Experience First** LdapRecord focuses on clean, easy to understand syntax along with thorough documentation. -🔑 **Authenticate LDAP users into your application** +🔑 **Authenticate LDAP Users** 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).