Skip to content

Commit 26ca41e

Browse files
committed
updated documentation
1 parent 81dd8ad commit 26ca41e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ composer require arietimmerman/laravel-oauth-introspect-middleware
2020
and add the Service Provider in your `config/app.php`
2121

2222
~~~
23-
\ArieTimmerman\Laravel\Oauth2\ServiceProvider::class
23+
\ArieTimmerman\Laravel\OAuth2\ServiceProvider::class
2424
~~~
2525

2626
and add the MiddleWare in your `App/Http/Kernel.php`
@@ -29,6 +29,12 @@ and add the MiddleWare in your `App/Http/Kernel.php`
2929
\ArieTimmerman\Laravel\OAuth2\VerifyAccessToken::class
3030
~~~
3131

32+
publish the configuration
33+
34+
~~~
35+
php artisan vendor:publish
36+
~~~
37+
3238
Finally in your `.env` file, define the following properties
3339

3440
~~~.properties

0 commit comments

Comments
 (0)