enlighten
enlighten copied to clipboard
No data in documentation, just title and description
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
I have the same issues
Here is what I did:
- Remove all files in:
/resources/views/vendor/enlighten - Re-export views :
php artisan vendor:publish --tag=enlighten-views