Describe the bug
I have a similar issue like: https://github.com/StydeNet/enlighten/issues/62
Laravel framework is at 9.13.0, Enlighten is at 0.7.3.
The documentation no longer has 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:
Run php artisan enlighten
Run php artisan enlighten:export
Click on any section. It will only show the title and description
Expected behavior
Response and request data should be available when viewing documentation for an endpoint/method
Describe the bug I have a similar issue like: https://github.com/StydeNet/enlighten/issues/62 Laravel framework is at 9.13.0, Enlighten is at 0.7.3. The documentation no longer has 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
php artisan enlighten:export
Expected behavior Response and request data should be available when viewing documentation for an endpoint/method