Download the PHP package johnylemon/explainer-lumen without Composer
On this page you can find all versions of the php package johnylemon/explainer-lumen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download johnylemon/explainer-lumen
More information about johnylemon/explainer-lumen
Files in johnylemon/explainer-lumen
Download johnylemon/explainer-lumen
More information about johnylemon/explainer-lumen
Files in johnylemon/explainer-lumen
Vendor johnylemon
Package explainer-lumen
Short Description API Explainer for Lumen Framework
License MIT
Package explainer-lumen
Short Description API Explainer for Lumen Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package explainer-lumen
Explainer for Laravel
A simple Laravel api documentation generator
Features
This tool makes possible to explain every app route by using simple explain
method via clean document accessible under configured route address.
Installation
- add
\Lemon\ExplainerLumen\Providers\ExplainerLumenServiceProvider
to yourapp/bootstrap.php
file - add
$this->configure('explainer')
to yourapp/bootstrap.php
file after provider line - change bootstrap Application to provided by this package by changingthis lines
into this
- copy
vendor/johnylemon/explainer/config/explainer.php
file to yourconfig
directory
How to use
Simply call explain
method on your routes:
Examples
Explain file generation
To generate route explain file with name IndexRouteExplain
in app/Explains
directory simply type:
Explain example generation
To generate route explain example file with name ValidationExample
in app/Explains/Examples
directory simply type:
generate documentation
Simply type
and... enjoy!
All versions of explainer-lumen with dependencies
PHP Build Version
Package Version
The package johnylemon/explainer-lumen contains the following files
Loading the files please wait ....