[ 'name' => '精品推荐', 'is_show' => true, ], 'vip' => [ 'name' => '会员直通车', 'is_show' => true, ], 'guess'=> [ 'name' => '猜你喜欢', 'is_show' => true, ], ] as $key => $values) { ProductPart::firstOrCreate(['key' => $key], $values); } } }