Файловый менеджер - Редактировать - /home/clickysoft/public_html/travel-guru.clickysoft.net/database/seeders/SiteSettingSeeder.php
Назад
<?php namespace Database\Seeders; use App\Models\SiteSetting; use Illuminate\Database\Console\Seeds\WithoutModelEvents; use Illuminate\Database\Seeder; class SiteSettingSeeder extends Seeder { /** * Run the database seeds. */ public function run(): void { $settings = [ ['key' => 'x_link', 'value' => 'https://x.com/yourprofile'], ['key' => 'facebook_link', 'value' => 'https://facebook.com/yourprofile'], ['key' => 'linkedin_link', 'value' => 'https://linkedin.com/in/yourprofile'], ['key' => 'pinterest_link', 'value' => 'https://pinterest.com/yourprofile'], ['key' => 'instagram_link', 'value' => 'https://instagram.com/yourprofile'], ]; foreach ($settings as $setting) { SiteSetting::create($setting); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка