aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2015-05-24 13:27:10 +0200
committerCamil Staps2015-05-24 13:27:10 +0200
commit2d7c224a1cf575f61d1ecb58fea4433fb21ff99e (patch)
tree00b5124da0bfdd3d15235e1fc6797ee56e669e8a
parentPHP 5.5 requirement for empty(<some-function>); cleanup (diff)
Route caching
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a6fa886..a40b143 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,10 @@ RESTful PHP API for Botleagues
This disables the default CSRF middleware. For more information, see http://laravel.io/forum/11-14-2014-disabling-the-csrf-middleware-in-laravel-5.
+* Cache the routes, to significantly speed up the application (see http://laravel.com/docs/5.0/controllers#route-caching):
+
+ php artisan route:cache
+
After this, you should be good to go. Add configuration settings and the like as usual.
# Nginx