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
Requires
- php: ^8.3
- bezhansalleh/filament-shield: ^4.0
- filament/filament: ^4.0
- stechstudio/filament-impersonate: ^4.0
Requires (Dev)
- laravel/pint: ^1.13.1
- nunomaduro/collision: ^7.8.1|^8.0
- orchestra/testbench: ^9.0|^10.0
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')