Chumper / Datatable

This is a laravel 4 package for the server and client side of datatables at http://datatables.net/
https://github.com/Chumper/Datatable
388 stars 154 forks source link

Laravel 5.1 : not compatible dev-version3 #324

Open carlituxman opened 9 years ago

carlituxman commented 9 years ago

In laravel 5.1 the system of loading providers has change, it should be something like:

Chumper\Datatable\DatatableServiceProvider::class

and no work with dev-version3

timgws commented 9 years ago

can you please also tell me what happens on dev-develop?

Note that replacing 'Chumper\Datatable\DatatableServiceProvider ' with Chumper\Datatable\DatatableServiceProvider::class should be enough to make it work (however, I have not yet tried this with Laravel 5.1 yet, tbh!)

carlituxman commented 9 years ago

With dev-develop it seems it work. great!

timgws commented 9 years ago

:+1: awesome @carlituxman! I did mean dev-develop.

I have updated the documentation to point L5 users to the dev-develop branch!

carlituxman commented 9 years ago

I see, but alias facade change too in 5.1 El 29/7/2015 2:04, "Tim Groeneveld" notifications@github.com escribió:

[image: :+1:] awesome @carlituxman https://github.com/carlituxman! I did mean dev-develop.

I have updated the documentation to point L5 users to the dev-develop branch!

— Reply to this email directly or view it on GitHub https://github.com/Chumper/Datatable/issues/324#issuecomment-125785771.