This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Codebugs
Codebugs

Dear All,

I've installed Yajra Datatables package for my project and its query builder part works fine but the HTML builder is not.
When I try to initiate Builder I receive error message:

Type error: Argument 3 passed to Yajra\DataTables\Html\Builder::__construct() must be an instance of Collective\Html\HtmlBuilder, instance of October\Rain\Html\HtmlBuilder given

I simplified my code for testing purposes so it does not make any big magic:

Route::get('/people', function(Builder $builder) {
    return view('codebugs.tester::users.index');
});

Do you have any idea what could be the problem and how could I solve it?

Thanks in advance for any ideas,
Cb

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.