aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2015-05-20 17:53:24 +0200
committerCamil Staps2015-05-20 17:53:24 +0200
commit65b801a167fd631156226e4792498d025291ecc4 (patch)
tree5048e632ff298a128037e99b13f6595b6c13408d
parentnginx example config (diff)
see more link for CSRF middleware
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a259cb4..950f349 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ RESTful PHP API for Botleagues
return $next($request);
}
- This disables the default CSRF middleware.
+ This disables the default CSRF middleware. For more information, see http://laravel.io/forum/11-14-2014-disabling-the-csrf-middleware-in-laravel-5.
After this, you should be good to go. Add configuration settings and the like as usual.