netsells / laravel-geoscope

10 stars 6 forks source link

Object of class Illuminate\Database\Query\Expression could not be converted to string #7

Open dreigningking opened 3 days ago

dreigningking commented 3 days ago

Laravel 11 I installed this package to use $locations = Location::orderByDistanceFrom('3.5075933','6.5950829','asc')->get(); unfortunately i receive the error

Object of class Illuminate\Database\Query\Expression could not be converted to string I don't know what to do. I have added the trait to the model. The model has latitude and longitude column.

dreigningking commented 10 hours ago

Is this package still being maintained ? Please I need assistance