refer to not defind check the manual that corresponds to your MySQL server version for the right syntax to use near '>'$.\“en\”'
this is my code and the error in name->en
$products = Products::where('name->en','LIKE','%'.$productName.'%')
->offset($offset)
->limit($limit)
->orderBy('id','DESC')
->get()
Comments
Post a Comment