StydeNet / enlighten

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

No data in documentation, just title and description #67

Open martijnimhoff opened 2 years ago

martijnimhoff commented 2 years ago

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:

  1. Run php artisan enlighten
  2. Run php artisan enlighten:export
  3. 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

Rjiegit commented 1 year ago

I have the same issues

Here is what I did:

  1. Remove all files in: /resources/views/vendor/enlighten
  2. Re-export views : php artisan vendor:publish --tag=enlighten-views