Skip to content

Commit 1d5b214

Browse files
author
olimar
committed
Documentation updated
1 parent b9ecf50 commit 1d5b214

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Univiçosa Laravel OpenId Client
22

3+
| **Laravel** | **laravel-openid-client** |
4+
|------|------|
5+
| 5.4 | ^0.7.3 |
6+
| 5.5 | ^0.7.3 |
7+
| 5.6 | ^0.7.3 |
8+
9+
`univicosa/laravel-openid-client` is a Laravel package which created to integrate the Oauth server to ours Laravel project's that require authentication.
10+
311
## Install
412

513
Installation using composer:
@@ -8,7 +16,7 @@ Installation using composer:
816
composer require univicosa/laravel-openid-client
917
```
1018

11-
And add the service provider in config/app.php:
19+
And add the service provider in `config/app.php`:
1220

1321
```
1422
Modules\OpenId\Providers\OpenIdServiceProvider::class

0 commit comments

Comments
 (0)