livewire-datatables icon indicating copy to clipboard operation
livewire-datatables copied to clipboard

Larevel 10 issue and update dependency

Open code23-barna opened this issue 1 year ago • 0 comments

  1. If we use the package with Laravel 10 it currently fails with the following error message:
Too few arguments to function Illuminate\Database\Query\Expression::getValue(), 0 passed in /path/to/project/vendor/mediconesystems/livewire-datatables/src/Http/Livewire/LivewireDatatable.php on line 417 and exactly 1 expected

The Laravel 10 upgrade guide states to update these calls here: https://laravel.com/docs/10.x/upgrade#database-expressions

  1. The other change is just an update to the latest reedware/laravel-relation-joins as version 5 is released.

code23-barna avatar Oct 23 '23 12:10 code23-barna