Download the PHP package rygilles/laravel-apidoc-generator without Composer
On this page you can find all versions of the php package rygilles/laravel-apidoc-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rygilles/laravel-apidoc-generator
More information about rygilles/laravel-apidoc-generator
Files in rygilles/laravel-apidoc-generator
Download rygilles/laravel-apidoc-generator
More information about rygilles/laravel-apidoc-generator
Files in rygilles/laravel-apidoc-generator
Vendor rygilles
Package laravel-apidoc-generator
Short Description Laravel API documentation generator, based on mpociot lib with Passport integration and user UUID
License MIT
Package laravel-apidoc-generator
Short Description Laravel API documentation generator, based on mpociot lib with Passport integration and user UUID
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-apidoc-generator
laravel-apidoc-generator
Laravel API documentation generator, based on mpociot's lib : https://github.com/mpociot/laravel-apidoc-generator.
(Work in progress... personal features on test).
Added Features
- Fix for models tranformers (reported here : https://github.com/mpociot/laravel-apidoc-generator/issues/153)
- Extra logs
- Removed (int) explicit variable casting for UUID support in
setUserToBeImpersonated
method. - Dingo Generator :
- Custom models features support : Try to add extra model description for the routes
(Pagination GET parameters settings
page
/limit
values with models methodsgetPerPageMin
,getPerPageMax
andgetPerPage
). bindedUri
value in routes descriptions for example requests.- Faker values randomized for each routes (not only per resource).
- Routes calling extra headers
'Content-Type' => 'application/json'
and'Accept' => 'application/json'
. - Passport guard "api" user support (When using
actAsUserId
). uuid
rule support for fake values.strength
(password) rule support for fake values.md5
rule support for fake values.
- Custom models features support : Try to add extra model description for the routes
(Pagination GET parameters settings
PhpDoc
Use @ApiDocsNoCall
tag on your Api controllers methods to ignore calling the route when generating the documentation
(Usefull for update
and destroy
methods)
All versions of laravel-apidoc-generator with dependencies
PHP Build Version
Package Version
Requires
mpociot/laravel-apidoc-generator Version
2.0
The package rygilles/laravel-apidoc-generator contains the following files
Loading the files please wait ....