mpociot / laravel-apidoc-generator

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

Configurable @responseFile path #756

Open fthorns opened 4 years ago

fthorns commented 4 years ago

Currently response files are searched in the storage directory, although there may be good reasons to place them in the resources directory (i.e. to keep the storage directory for real runtime data which can be put on a dedicated volume when containerizing applications). It would be nice to be able to configure the path (either as string or as switch (storage/resource).

Basvkempen1 commented 3 years ago

I created a pull request to give this option:

https://github.com/mpociot/laravel-apidoc-generator/pull/803