aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCamil Staps2015-05-24 23:37:46 +0200
committerCamil Staps2015-05-24 23:37:46 +0200
commit3a75a4381f0c35bff9bdd67f056f2b2b5334d1b4 (patch)
tree7fc5ab98cde69ae234a5fb22648323e1e08668fb /README.md
parentUser id -> email in other classes (diff)
license in all files
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index e303e53..54a7d4b 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,10 @@ RESTful PHP API for Botleagues
**Note: this is a work in progress.**
+# License
+
+GPLv3; see the LICENSE file.
+
# Installation
* Create a new laravel project:
@@ -29,9 +33,6 @@ RESTful PHP API for Botleagues
},
'token' => function ($app) {
return new \CamilStaps\BotleaguesApi\TokenAuthenticationProvider;
- },
- 'activationcode' => function ($app) {
- return new \CamilStaps\BotleaguesApi\ActivationCodeAuthenticationProvider;
}
],
@@ -52,10 +53,6 @@ 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