codecasts / spa-starter-kit

A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js
MIT License
913 stars 134 forks source link

Transformers configurations #106

Closed flyingluscas closed 7 years ago

flyingluscas commented 7 years ago

Added the following configurations for the API transformers:

Serializer: The serializer class name to be used as an output format of the API.

Transformers: A default transformers list, making the transformer argument optional when transforming an eloquent model.