diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |