laravel-request-docs icon indicating copy to clipboard operation
laravel-request-docs copied to clipboard

Effortless API documentation tool for Laravel applications. Swagger alternative.

Results 29 laravel-request-docs issues
Sort by recently updated
recently updated
newest added

Hi All, Is there any reason why my /api/* routes are not getting included in the generated documents? They are available when I run `php artisan route:list` but not in...

Enums are allowed as a query parameter - it would be great if it could read this and identify the possible routes based on this. Moreover, generally identifying the data...

example: we can set methods filter + group by controller in config file default

Hi there! first at all, thanks alot for this awesome repo. I think that find in resources to have a preview of json response is a great idea. Maybe...

Someday for me to implement, on new years holiday or when I get a week off work. - Add prefix https://github.com/rakutentech/laravel-request-docs/issues/291 - Customizable tags https://github.com/rakutentech/laravel-request-docs/issues/331 - Filtering https://github.com/rakutentech/laravel-request-docs/issues/378

I recently implemented an endpoint in my application that is doing a DELETE and expects a body to be sent. ``` { "ids": [array,of,ids] } ``` When I looked at...

I am experiencing an issue with cursor alignment in Chrome when using the Ace Editor, particularly when typing Asian characters. The cursor often misaligns with the text, which disrupts the...

Hi @kevincobain2000, I am making a layout change to meet a need in my project and I would like to know your opinion on submitting this PR for the project...