bgultekin / laravel4-datatables-package

Server-side handler of DataTables Jquery Plugin for Laravel 4
267 stars 108 forks source link

Exception Class 'Illuminate\Support\Arr' not found #188

Open patrickcarlohickman opened 9 years ago

patrickcarlohickman commented 9 years ago

The current master branch uses the /Illuminate/Support/Arr class, which did not become available until L4.2, but the composer.json file requires >=4.0.0.

The composer file should be updated to reflect the dependency on >=4.2, or the use of /Illuminate/Support/Arr should be removed.

Use of the current master branch in L4.1 throws the exception.

ren- commented 9 years ago

I completely agree, any comments about this?

kjparkdavid commented 9 years ago

still an issue :( . Can`t use L4.1 with the current master branch

devBwebi commented 9 years ago

something new regarding this issue? I have the same problem.