diff options
author | Chris Cornutt <chris.cornutt@hp.com> | 2015-02-05 13:47:31 -0600 |
---|---|---|
committer | Chris Cornutt <chris.cornutt@hp.com> | 2015-02-05 13:47:31 -0600 |
commit | 47c50e6e4a0ab77f62d920dc14ec7b0ce2762ef8 (patch) | |
tree | ecea86c29096817f73173a957170d52276d2179a | |
parent | 06b04b5e3c0d73f12ef9d0218560522d7c53ae3b (diff) | |
download | gatekeeper-47c50e6e4a0ab77f62d920dc14ec7b0ce2762ef8.zip gatekeeper-47c50e6e4a0ab77f62d920dc14ec7b0ce2762ef8.tar.gz gatekeeper-47c50e6e4a0ab77f62d920dc14ec7b0ce2762ef8.tar.bz2 |
adding note about Laravel 4 to the 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. |