$goodsShow = Goods::where('product_id','=',$id)->first();
这个是 查询一个条件呢 我想在where 里面 在增加 几个条件 可以吗
有大神指点一下吗
laravel laravel查询 eloquent php laravel5
$goodsShow = Goods::where([product_id'=>$id,'name'=>$name])->first();
laravel Eloquent ORM 批量更新数据
一个比较复杂的laravel orm eloquent查询
laravel 我想做局部的刷新 ,有没有类似 smarty fetch方法?获取模板的内容然...
la5.1 用auth验证,如何跳转到其他路由?
laravel5如何向 blade 模板传递多维数组?
laravel foreach 循环 输出当前循环的索引