Merge pull request #223 from vapor/leaf-error-middleware

Add Leaf Error Middleware to community list
This commit is contained in:
Tanner 2017-10-04 13:34:57 -04:00 committed by GitHub
commit 0aec3b0d20
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ These are packages maintained by community members that work great with Vapor.
- [Heimdall](https://github.com/himani93/heimdall): An easy to use HTTP request logger.
- [Jobs](https://github.com/BrettRToomey/Jobs): A minimalistic job/background-task system for Swift.
- [Kitura Provider](https://github.com/vapor/kitura-provider): Use IBM's Kitura HTTP server in Vapor.
- [Leaf Error Middleware](https://github.com/brokenhandsio/leaf-error-middleware) - Custom 404 and error views for your website
- [MarkdownProvider](https://github.com/vapor-community/markdown-provider) - Easily use Markdown from Leaf.
- [MongoKitten](https://github.com/OpenKitten/MongoKitten): Native MongoDB driver for Swift, written in Swift
- [Mongo Driver](https://github.com/vapor/mongo-driver): MongoKitten driver for Fluent.