Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 437 Bytes

API_DOCUMENTATION.md

File metadata and controls

17 lines (11 loc) · 437 Bytes

API Documentation

Features

You have the ability to test all your api routes that delcared in routes/api.php. These docs are set like Swagger however do not require any extra configuration.

Implementation

The javascript for all your routes are generated with the function:

$docs = new DocumentationController();
$docs->generate_js_file();

Use this function at the bottom of your route file in routes/api.php.