grohiro / laravel-camelcase-json

Convert response JSON key to camelCase
MIT License
27 stars 4 forks source link

Change specific convert for Eloquent to generic Arrayable #1

Closed mix5003 closed 7 years ago

mix5003 commented 7 years ago

This pull request make other thing (like paginator) can convert to camel case too.

class Collection and Model is Arrayable. so we can use method to convert to array.

grohiro commented 7 years ago

I didn't realize that. Thank you. :)