Skip to content
Jake edited this page Mar 2, 2018 · 19 revisions

Leverage Logo

forthebadge forthebadge

Leverage Wiki

This guide will take you through Leverage's concepts and provide you with enough information to use the library efficiently. If you find anything confusing and/or missing, please don't hesitate to file an issue.

General concepts

Leverage was created to allow any developer to create an application by using a common interface. Application configuration should be:

  1. Simple

  2. As declarative as possible

  3. Easy to change later

With these ideas in mind, let's take a look at the structure of Leverage:

Leverage General Architecture

NOTE: The above image is a simplification and ignores both Services and Middleware because they can be more complex and will be introduced later.

Clone this wiki locally