diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/providers.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/providers.md b/docs/providers.md index 5b9d9be..eaf5884 100644 --- a/docs/providers.md +++ b/docs/providers.md @@ -2,6 +2,8 @@ ## Laravel +**NOTE:** The current Laravel support is for 4.x based versions. + A Laravel authentication provider is included with the Gatekeeper package in `Psecio\Gatekeeper\Provider\Laravel`. It's easy to add into your Laravel application and seamlessly works with the framework's `Auth` handling. |