You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update project with multiple improvements and new features
- Applied Laravel Pint with default rules for consistent code formatting.
- Implemented `LengthAwarePaginator` in `index()` methods to enable pagination, ensuring better performance and user experience.
- Added a new API route `/api/publisher/{id}/books` to fetch books by publisher, also with pagination using `LengthAwarePaginator`.
- Updated `l5-swagger.php` to use `storage_path('docs')` instead of `api-docs` and removed the outdated `api-docs` directory.
- Enhanced API tests to ensure 100% test coverage and validate new functionality.