📄️ Setting up Scribe
This package supports automatically generating API docs using Scribe.
📄️ Customizing API Docs Metadata
This package will try to automatically generate documentation for the sorts, fields, appends, includes, and filters you have defined for your API controllers.
📄️ Adding additional fields and query parameters
This package won't automatically detect dynamically allowed fields and sorts.
📄️ API Docs for nested controllers
This package automatically determines the allowed sorts, fields, etc. for each controller by statitically creating a new controller instance and calling the relevant methods.