ellipsesynergie / api-response

Simple package to handle response properly in your API.
MIT License
377 stars 53 forks source link

Class 'App\Http\Controllers\BookTransformer' not found #27

Closed astritzeqiri closed 8 years ago

astritzeqiri commented 8 years ago

when i try to use this with api-guard it returns this:

Class 'App\Http\Controllers\BookTransformer' not found

maximebeaudoin commented 8 years ago

BookTransformer is only a example class name. You have to implement your own transformer. For more informations about transformer, take a look at http://fractal.thephpleague.com/transformers/