File: /home/safarimaris/home/safarimaris/common/config/params.php
<?php
return [
'adminEmail' => 'support@safarimaris.com',
'supportEmail' => 'support@safarimaris.com', //email from
'contactEmail' => 'support@safarimaris.com',
'orderEmail' => 'support@safarimaris.com',
'cacheExpire' => 86400,
'headerTitle' => 'Туроператор для дайверів',
'headerLogo' => 'Safari Maris',
'bg' => '/images/bg-main.jpg',
'phoneCode' => '+38 067',
'phoneLink' => '+38 0675518252',
'phoneNumber' => '551-82-52',
'address1' => 'ТОВ “Сафарі Маріс”',
'address2' => 'пл. Захисників України 7/8, Харків 61001, Україна',
'body' => ['r' => '46', 'g' => '52', 'b' => '109'],
'user.passwordResetTokenExpire' => 3600,
'thumbs' => [
'h128' => ['height' => 128, 'quality' => 60],
'h300' => ['height' => 300, 'quality' => 60],
'w850' => ['width' => 850, 'quality' => 60],
'w1200' => ['width' => 1200, 'quality' => 60],
],
'gallery' => [
'h128' => function ($img) {$dstSize = $img->getSize();$dstSize = $dstSize->heighten(128);return $img->copy()->resize($dstSize);},
'h300' => function ($img) {$dstSize = $img->getSize();$dstSize = $dstSize->heighten(300);return $img->copy()->resize($dstSize);},
'w850' => function ($img) {$dstSize = $img->getSize();$dstSize = $dstSize->widen(850);return $img->copy()->resize($dstSize);},
'w1200' => function ($img) {$dstSize = $img->getSize();$dstSize = $dstSize->widen(1200);return $img->copy()->resize($dstSize);},
]
//big,gallery,small,h128,h300,w1200,w850
];