MR
Size: a a a
MR
MR
OK
->withCustomProperties([‘description’ => 'red’]) вот это тебе для описанияOK
OK
OK
OK
public function registerMediaCollections()
{
$this
->addMediaCollection('avatar')
->singleFile();
}
РИ
OK
foreach ($request->icons as $key => $icon) {
$product->addMedia($icon)
->withCustomProperties([
"description" => "Your Description",
"number" => $key,
])
->toMediaCollection("icons");
}OK
MA
MR
РИ
OK
!==OK
exists()MA
! is_null()OK
exists() на модели я имел ввидуMA
exists() на модели я имел ввидуOK