https://github.com/birjemin/blueprint
:nut_and_bolt: 给laravel的普通路由创建接口文档(不是dingo)
https://github.com/birjemin/blueprint
api blueprint laravel
Last synced: 4 months ago
JSON representation
:nut_and_bolt: 给laravel的普通路由创建接口文档(不是dingo)
- Host: GitHub
- URL: https://github.com/birjemin/blueprint
- Owner: Birjemin
- Created: 2018-04-02T06:25:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T02:04:29.000Z (about 7 years ago)
- Last Synced: 2025-04-28T16:58:20.797Z (6 months ago)
- Topics: api, blueprint, laravel
- Language: PHP
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Blueprint Generator
This package generates a valid API Blueprint 1A document from a collection of classes.
## 使用示例
Some index method phpdoc example:
```