livewire-datatables
livewire-datatables copied to clipboard
Larevel 10 issue and update dependency
- 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
- The other change is just an update to the latest reedware/laravel-relation-joins as version 5 is released.