A comprehensive Laravel package for building consistent, feature-rich API responses with DTOs, caching, role-based visibility, and more.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
fix: Remove automatic 'Auth' tag from protected routes
1ea0ef4View on GitHubfix: Complete DTO schema generation with model attributes and relationships
835262cView on GitHubfix: Correct route method matching in isProtectedRoute for GET/PUT/PATCH
b9dd731View on GitHubfeat: Add ApiRequiresAuth attribute and configurable auth middleware detection
e5899c8View on GitHubfix: Use gatherMiddleware() to detect auth from parent route groups
e040b0fView on GitHubfeat: Add advanced documentation features (enums, nested DTOs, file uploads, deprecation, filtering)
375eb36View on GitHubfeat: Add advanced OpenAPI documentation generation with authentication awareness, smart tagging, and test validation
7d195adView on GitHubFix DELETE method to return only 204 No Content without response body
de76c60View on GitHubRemove error responses from individual paths to reduce documentation size
5f0f5bfView on GitHub