Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
ldap-auth
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
German Shvetsov
ldap-auth
Commits
cbcb4ad7
Commit
cbcb4ad7
authored
Apr 01, 2016
by
Stan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README.md
Small tweaks
parent
ca31e7cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
cbcb4ad7
...
...
@@ -16,7 +16,7 @@ Add to your root composer.json and install with `composer install` or `composer
{
require: {
"krenor/ldap-auth": "~2.
*
"
"krenor/ldap-auth": "~2.
1
"
}
}
...
...
@@ -30,7 +30,7 @@ Modify your `config/app.php` file and add the service provider to the providers
### Step 3: Publish the configuration file by running:
`php artisan vendor:publish
--tag="ldap"
`
`php artisan vendor:publish`
Now you're all set!
...
...
@@ -65,7 +65,7 @@ Update your `config/auth.php` to use **ldap** as authentication and the **LdapUs
### Step 2: Adjust the LDAP config to your needs
If you have run
`php artisan vendor:publish
--tag="ldap"
`
you should see the
If you have run
`php artisan vendor:publish`
you should see the
ldap.php file in your config directory. Adjust the values as you need them.
## Usage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment