From 40aeb7d6a827ce6d9a84804d3bd9914edda850eb Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 2 Mar 2020 19:32:37 +0100 Subject: [PATCH] Add plugin section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5c7aff6..c68e732 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,14 @@ Following rules can be used | accepts | String or String[] | Using koa's accepts method. Used as arguments (array expanded) | | secure | bool | If using HTTPS | | subdomains | String[] | If subdomains matches. (compares koa's subdomains) | + + +## Plugins + +*Did own plugin and published it publicly? Make an issue and I'll add it there!* + +| Name | Author | Description | Link | +| ---- | ------ | ----------- | ---- | +| **PHP** | Daniel Bulant | Run PHP files with PHP-FPM from './contents'. Works well with static.| | +| **Static** | Daniel Bulant | Serves static files from './contents' | | +| **Logger** | Daniel Bulant | Simple logging utility to log all requests | | \ No newline at end of file