Website Settings
Control the public-facing branding and behavior of the application.
- Go to Super Admin → Settings → Website.
Branding Tab
- Site Name — Appears in the browser tab title, navbar, and footer.
- Tagline — Shown on the public welcome page under the site name.
- Site Logo — Upload a logo (PNG, JPG, SVG, ICO, WebP; max 2MB). Resized to 400px wide automatically.
- Favicon — Upload a favicon (PNG, JPG, ICO, WebP; max 1MB). Resized to 64x64 automatically.
Contact & Social Tab
- Support Email — Shown in the welcome page footer with a mailto link.
- Social Links — Facebook, Twitter/X, LinkedIn, and Instagram URLs. Shown in the welcome page footer.
- Footer Text — Custom text shown in the footer (e.g., copyright notice).
Feature Flags Tab
- Registration Open — Toggle whether new users can register. When disabled, the
/registerpage shows a “Registration is closed” message. - Maintenance Mode — Toggle whether the platform is in maintenance. When enabled, all non-Super-Admin users are redirected to a maintenance page. Super Admins can still access all pages.
Info: Changes to website settings are cached for performance. If you don’t see changes immediately, clear the application cache:
php artisan cache:clear.
Last updated on