Download the PHP package mikegarde/laravel-route-docs without Composer
On this page you can find all versions of the php package mikegarde/laravel-route-docs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mikegarde/laravel-route-docs
More information about mikegarde/laravel-route-docs
Files in mikegarde/laravel-route-docs
Download mikegarde/laravel-route-docs
More information about mikegarde/laravel-route-docs
Files in mikegarde/laravel-route-docs
Vendor mikegarde
Package laravel-route-docs
Short Description A Laravel package that uses PHP attributes to document routes, generate readable route listings, and export OpenAPI or Postman definitions.
License GPL-3.0-only
Package laravel-route-docs
Short Description A Laravel package that uses PHP attributes to document routes, generate readable route listings, and export OpenAPI or Postman definitions.
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package laravel-route-docs
Laravel Route Docs
A Laravel package that uses PHP attributes to document routes, generate readable route listings, and export OpenAPI or Postman definitions.
Features
- Document routes directly using PHP attributes
- Validate route documentation in your CI/CD pipeline
- Includes CLI tooling for discovery and inspection
TODO:
- Add request parameters
- Add response schemas
- Export route definitions as JSON, OpenAPI, or Postman collections
Installation
Usage
Annotate your controller methods using custom attributes to describe your API:
Then run:
You’ll get a structured view of your documented routes.
Validate Route Attributes in CI/CD
You can validate that all routes have correct and complete attribute annotations:
This will return non-zero exit codes on failure, making it CI-friendly.
All versions of laravel-route-docs with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
illuminate/console Version ^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
illuminate/console Version ^9.0|^10.0|^11.0|^12.0
The package mikegarde/laravel-route-docs contains the following files
Loading the files please wait ...