Describe the bug
I have a similar issue like: #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: #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 enlightenphp artisan enlighten:exportExpected behavior
Response and request data should be available when viewing documentation for an endpoint/method