arm092 / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS (Fork of MedicOneSystems/livewire-datatables but with updating dependencies and support new Laravel versions in time)
https://livewire-datatables.com/
MIT License
26 stars 11 forks source link

Fix Laravel 10 database expression compatibility #2

Closed jbajou closed 11 months ago

jbajou commented 1 year ago

This PR fixes errors like: mb_strtolower(): Argument #1 ($string) must be of type string, Illuminate\Database\Query\Expression given related to https://laravel.com/docs/10.x/upgrade#database-expressions

Discussion: https://github.com/MedicOneSystems/livewire-datatables/issues/572