light-worx/filament-settings

Filament Settings

Installs: 44

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/light-worx/filament-settings

dev-master 2025-12-31 08:48 UTC

This package is auto-updated.

Last update: 2025-12-31 08:48:07 UTC


README

Installation

composer require "light-worx/filament-settings:dev-master"

Add FilamentSettingsPlugin::make() to your AdminPanelProvider

To add your own resources to the Settings menu, assign them to Lightworx\FilamentSettings\Filament\Clusters\SettingsCluster.

Usage

Settings can be added via the forms at /admin/settings/filament-settings and then called in your site, using the settings helper as follows:

settings('app_name','Laravel')