pimlie / laravel-datatables-mongodb

Laravel DataTables plugin to support Laravel Mongodb
MIT License
12 stars 15 forks source link

Fix deprecated Laravel Helpers #6

Closed alfa6661 closed 4 years ago

alfa6661 commented 4 years ago

Fix #4

Changed support for camel case from camel_case to Str::camel for Laravel 5.7+

pimlie commented 4 years ago

Does this mean that after this merge it wont work in Laravel 5.6- anymore?

alfa6661 commented 4 years ago

No. It still working on 5.6.