summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Cornutt <chris.cornutt@hp.com>2015-02-05 13:47:31 -0600
committerChris Cornutt <chris.cornutt@hp.com>2015-02-05 13:47:31 -0600
commit47c50e6e4a0ab77f62d920dc14ec7b0ce2762ef8 (patch)
treeecea86c29096817f73173a957170d52276d2179a
parent06b04b5e3c0d73f12ef9d0218560522d7c53ae3b (diff)
downloadgatekeeper-47c50e6e4a0ab77f62d920dc14ec7b0ce2762ef8.zip
gatekeeper-47c50e6e4a0ab77f62d920dc14ec7b0ce2762ef8.tar.gz
gatekeeper-47c50e6e4a0ab77f62d920dc14ec7b0ce2762ef8.tar.bz2
adding note about Laravel 4 to the docs
-rw-r--r--docs/providers.md2
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.