StydeNet / enlighten

Enlighten your APIs with auto-generated documentation
MIT License
575 stars 32 forks source link

No Data Is Shown In Generated Documentation on Latest Version Of laravel/framework #62

Closed eyounelson closed 2 years ago

eyounelson commented 3 years ago

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:

Expected behavior Response and request data should be available when viewing documentation for an endpoint/method

MostafaRabia commented 3 years ago

+1 here

sileence commented 2 years ago

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