Laravel : 模糊查询 where orWhere

Banner::where('title', 'like', "%{$keyword}%")->orWhere('introduce', 'like', "%{$keyword}%")->get();
原文地址:https://www.cnblogs.com/500m/p/12839540.html