// database/seeders/SettingsSeeder.php public function run() { Setting::create(['key' => 'site_name', 'value' => 'Ulfat Collection']); Setting::create(['key' => 'announcement_text', 'value' => 'Handmade Paintings Crafted with Passion | Custom Wall Art Available']); // ... other settings }