API Reference Index
This section provides documentation for the core classes and extension points of the Laravel Doctrine JSON:API package. Use these references to understand, extend, and integrate the package into your application.
API Docs List
- Resource Manager: Central registry and service for managing all JSON:API resources.
- Resource Interface: Contract for Doctrine entities exposed as JSON:API resources.
- Abstract Action: Base class for resource actions (Show, List, Create, Update, Remove, etc.).
- Abstract Transformer: Base class for Fractal transformers to serialize resources.
- Authorize Middleware: Handles authorization for resource and relationship endpoints.
- Filter Parsers: Classes for advanced filtering logic on resource endpoints.
Legacy/Other API Docs
- configuration.md: Configuration options for the package.
- entities.md: Reference for example/test entities (if present).