laravel-json-api / eloquent

Serialize Eloquent models to JSON API resources
MIT License
12 stars 15 forks source link

[Feature] Allow Eloquent schemas to serialize models to resources #1

Closed lindyhopchris closed 3 years ago

lindyhopchris commented 3 years ago

Updates the Eloquent schema fields so that they support serializing models using the schema. This feature means that the Resource class becomes optional - as the Eloquent schema can be used to serialize models if a resource class does not exist.