laravel-request-docs
laravel-request-docs copied to clipboard
Effortless API documentation tool for Laravel applications. Swagger alternative.
Is any type of return properties list supported or we should execute an example request to be able to see the response format ? I am using ...Resource classes (something...
Having laravel 8.5.8 installed and LRD in 1.22 running into the error: ```shell $ php artisan lrd:generate Error Call to undefined method ReflectionUnionType::getName() at C:\Users\****\****\vendor\rakutentech\laravel-request-docs\src\LaravelRequestDocs.php:126 122▕ foreach ($params as $param)...
Good morning Just a feature request for the JSON request structure. I like the way the generation for API documentation grabs the request rules. Would like to just see it...
If i use the url and try authenticate via the docs i always get a error as it was the CSRF token which is not needed for the sanctum api...
What a nice package, I am enjoying it, But one little thing I want to have is: I have different API scopes in my project, some of them are for...