hello i have sql how can i write in Laravel this sql ? please help. (SELECT goods_id, name, img, ano...
hello i have sql how can i write in Laravel this sql ? please help. (SELECT goods_id, name, img, ano...
$second= DB::table('brands') ->select('brand_id') ->where('parent_id','=',$id); $first = DB::t...
The Laravel portal for problem solving, knowledge sharing and community building.
The community