Datatable icon indicating copy to clipboard operation
Datatable copied to clipboard

Laravel 5.1 : not compatible dev-version3

Open carlituxman opened this issue 10 years ago • 4 comments

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

carlituxman avatar Jul 28 '15 07:07 carlituxman

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!)

timgws avatar Jul 28 '15 08:07 timgws

With dev-develop it seems it work. great!

carlituxman avatar Jul 28 '15 09:07 carlituxman

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

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

timgws avatar Jul 29 '15 00:07 timgws

I see, but alias facade change too in 5.1 El 29/7/2015 2:04, "Tim Groeneveld" [email protected] 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.

carlituxman avatar Jul 29 '15 06:07 carlituxman