Download the PHP package hurongsheng/laravel-route-doc without Composer
On this page you can find all versions of the php package hurongsheng/laravel-route-doc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hurongsheng/laravel-route-doc
More information about hurongsheng/laravel-route-doc
Files in hurongsheng/laravel-route-doc
Download hurongsheng/laravel-route-doc
More information about hurongsheng/laravel-route-doc
Files in hurongsheng/laravel-route-doc
Vendor hurongsheng
Package laravel-route-doc
Short Description easily create doc based on route.php
License MIT
Package laravel-route-doc
Short Description easily create doc based on route.php
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-route-doc
laravel-route-doc --For Laravel 5.*
create api doc based on route.php & controller's document.
Install
Require this package with composer using the following command:
Usage
Rules in controller document
/**
* @description function description
* @param Request $request
* @param $id
* @request $name
* @request $something
* @return SomeClass
* @author your name
*/
@request==@param
Helper
add @description @request document when in phpstorm
http://jingyan.baidu.com/article/48b558e35b81c27f38c09ab7.html
All versions of laravel-route-doc with dependencies
PHP Build Version
Package Version
The package hurongsheng/laravel-route-doc contains the following files
Loading the files please wait ....