Closed eyounelson closed 3 years ago
+1 here
Hi! This issue was fixed in Enlighten 0.7.2. Please upgrade and re-export your views: php artisan vendor:publish
and tag "enlighten-views".
Thanks for the fix @emmannl and for reporting the issue @MostafaRabia
Describe the bug After upgrading laravel/framework to its latest version (8.58as at the time of writing) I noticed that my documentation no longer have request and response data in them, just the test's method title and description (if included with a docblock)
To Reproduce Steps to reproduce the behavior:
php artisan enlighten
then look at generated docs and ensure everything is in ordercomposer update
, this should upgrade to the latest versionphp artisan enlighten
again, check the generated docs, you should no longer see request/response data in your endpointcomposer require laravel/framework:8.52
Expected behavior Response and request data should be available when viewing documentation for an endpoint/method