'+7 (924) 456-78-90', 'email' => 'info@tocha-auto.ru', 'telegram' => 'https://t.me/tocha_auto', 'youtube' => 'https://www.youtube.com/@tocha_auto', 'vk' => 'https://vk.com/tocha_auto', 'footer_slogan' => 'Авто под заказ из любой страны. Работаем с 2018 года, 500+ сделок.', 'copyright' => '© '.date('Y').' Точка. Все права защищены.', 'logo_header' => 'images/logos/logo_short_transparent.png', 'logo_footer' => 'images/logos/logo_long_dark.png', ]; foreach ($defaults as $key => $value) { Setting::updateOrCreate(['key' => $key], ['value' => $value]); } } }