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

Commit 478a16c

Browse files
committed
Small tweaks
1 parent 3df9442 commit 478a16c

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,24 @@ It includes:
2121

2222
Laravel | Adldap-Laravel
2323
:----------|:----------
24-
5.1.x | 1.3.x
25-
5.2.x | 1.4.x
24+
5.1.* | 1.3.*
25+
5.2.* | 1.4.*
2626

2727
## Installation
2828

2929
Insert Adldap2-Laravel into your `composer.json` file:
30+
31+
For Laravel 5.1
3032
```json
3133
"adldap2/adldap2-laravel": "1.3.*",
3234
```
3335

36+
For Laravel 5.2
37+
38+
```json
39+
"adldap2/adldap2-laravel": "1.4.*",
40+
```
41+
3442
Then run `composer update`.
3543

3644
Once finished, insert the service provider in your `config/app.php` file:
@@ -113,11 +121,7 @@ to the users as you would a regular laravel application.
113121
114122
### Installation
115123

116-
[Laravel 5.1 & Lower](#laravel-51--lower)
117-
118-
[Laravel 5.2](#laravel-52)
119-
120-
#### Laravel 5.1 & Lower
124+
#### Laravel 5.1
121125

122126
Insert the `AdldapAuthServiceProvider` into your `config/app.php` file:
123127

0 commit comments

Comments
 (0)