mpociot / laravel-apidoc-generator

Laravel API Documentation Generator
https://beyondco.de/docs/laravel-apidoc-generator/
MIT License
3.43k stars 614 forks source link

Getting bodyParams from custom form request #783

Open lk77 opened 4 years ago

lk77 commented 4 years ago

Hello,

it would be great to be able to recover bodyParams from custom requests, with something like @request App\Http\Request[...]::class

what do you think ?

thanks.