Open carlituxman opened 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!)
With dev-develop it seems it work. great!
:+1: awesome @carlituxman! I did mean dev-develop
.
I have updated the documentation to point L5 users to the dev-develop branch!
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.
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