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