All Projects → adonisjs → adonis-middleware

adonisjs / adonis-middleware

Licence: MIT license
List of official middleware for adonis framework

Programming Languages

javascript
184084 projects - #8 most used programming language

Adonis Middleware

Gitter Trello Version Build Status Coverage Status Downloads License

🙏 This repository contains official list of middleware to keep your adonis application rock solid 🌲

Adonis frameworks ships with a bunch of middleware for commonly required tasks.

List

You can learn more about AdonisJS and all of its awesomeness on http://adonisjs.com 🌲

Table of Contents

Team Members

Requirements

AdonisJS is build on the top of ES2015, which makes the code more enjoyable and cleaner to read. It doesn't make use of any transpiler and depends upon Core V8 implemented features.

For these reasons, AdonisJS require you to use node >= 4.0 and npm >= 3.0.

Getting Started

npm i --save adonis-middleware

Add middleware provider to the list of providers inside bootstrap/app.js file.

const providers = [
  'adonis-middleware/providers/AppMiddlewareProvider'
]

Contribution Guidelines

In favor of active development we accept contributions for everyone. You can contribute by submitting a bug, creating pull requests or even improving documentation.

You can find a complete guide to be followed strictly before submitting your pull requests in the Official Documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].