Download the PHP package jheckdoc/jheckdoc-laravel without Composer
On this page you can find all versions of the php package jheckdoc/jheckdoc-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jheckdoc/jheckdoc-laravel
More information about jheckdoc/jheckdoc-laravel
Files in jheckdoc/jheckdoc-laravel
Package jheckdoc-laravel
Short Description Simplify creating api documentations.
License MIT
Homepage https://github.com/jheckdoc/jheckdoc-laravel
Informations about the package jheckdoc-laravel
Jheckdoc laravel
Simple laravel api document generator
Demo page:
https://jheckdoc-laravel-demo.herokuapp.com/api/documentation
Installation
You can install the package via composer
Usage
Generate json file
Publish config files
Parameters
Name | Type | Description |
---|---|---|
@jheckdocInfo |
String | TThis is required for details of api documentation. Sample header |
@jheckdoc |
String | This is required to add on top of each codeblocks. Sample annotation |
method |
String | Your desired route method, Sample GET , POST , PUT , DELETE , OPTIONS |
route |
String | Your api endpoint. Note: no need to put the full url |
name |
String | Enter desired name for your endpoint |
description |
String | Description of your endpoint |
headers |
Object | For custom headers |
params |
Object | Enter parameters for your endpoint |
responses |
Object | Server responses |
Api documentation detail information (required)
Sample annotation
Each code block requires a valid json format. Please see Sample annotations for more.
View api docs (default)
http://localhost:8000/api/documentation
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, pelase use issue tracker.
Credits
- Jeric Izon
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Copyright (c) 2020, Jeric
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.