flugg / laravel-responder

A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.
MIT License
861 stars 86 forks source link

Transforming To Camel Case in Lumen #176

Open wukongrita opened 3 years ago

wukongrita commented 3 years ago

Hi @flugg ,

I would like to use the transforming camel case - snake case feature in lumen; but I get error something like this:

image

How do I achieve this in lumen?

Thank you