Name |
Description |
ResourceFactory |
This class builds an instance of [\League\Fractal\Resource\ResourceInterface]. It
supports a variety of different types of data, and resolves the correct resource
automatically. |
Responder |
The responder service. This class is responsible for generating JSON API responses. |
ResponderServiceProvider |
The Laravel Responder service provider. This is where the package is bootstrapped. |
Transformer |
An abstract base transformer. Your transformers should extend this class, and this
class itself extends Fractal's transformer. |