How to bind parameters to a raw DB query in Laravel that's used on a model?

后端 未结 6 559
迷失自我
迷失自我 2020-11-29 01:41

Re,

I have the following query:

$property = 
    Property::select(
        DB::raw(\"title, lat, lng, ( 
            3959 * acos( 
                co         


        
6条回答
提交回复
热议问题