ЕК
Size: a a a
ЕК
ЕК
ЕК
И
P
И
P
И
P
P
P
И
foreach ($request->file() as $file) {
$f = $file->move(storage_path('files'), time().'_'.$file->getClientOriginalName());
$img = Image::make($file);
$img->contrast(65);
$img->save();
}P
P
P
AP
P
И