Skip to content

Company Settings

Company Settings store global business information used across your website, such as contact details, social media links, and business hours.

Go to Business Content → Company Settings in the admin panel.

SettingDescription
Company NameYour business name
EmailPrimary contact email
PhonePrimary phone number
WhatsAppWhatsApp number for messaging
AddressPhysical address
Social MediaLinks to social profiles (Facebook, Instagram, LinkedIn, etc.)
Working DaysBusiness hours for each day of the week

![Company Settings - Placeholder for screenshot]

Developers can access settings in frontend components:

use Spatie\LaravelSettings\Facades\Settings;
$settings = app(\JFA\FilamentCMSCore\Settings\CompanySettings::class);
$phone = $settings->phone;
$address = $settings->address;

Settings are cached for performance and update automatically when changed in the admin.

  • Keep contact information current
  • Add all relevant social media profiles
  • Set accurate business hours
  • Update settings immediately when business details change