Download the PHP package ianstudios/filament-settings without Composer
On this page you can find all versions of the php package ianstudios/filament-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ianstudios/filament-settings
More information about ianstudios/filament-settings
Files in ianstudios/filament-settings
Package filament-settings
Short Description This package adds a way to interact with key:value settings in Filament.
License MIT
Homepage https://github.com/ianzcreative/filament-settings
Informations about the package filament-settings
Filament Settings
This package adds a way to interact with key:value in Filament.
Installation
You can install the package via composer:
Configure the Ianstudios/Settings package as described in the Settings documentation.
Add the plugin to your desired Filament panel:
Usage
Create a settings page at 'app/Filament/Pages/Settings.php':
Register the setting page in the FilamentServiceProvider:
You can add as many setting pages as you want. But when you do, make sure to override the public static function getNavigationLabel() : string method on your settings page. This is because multiple pages with the same navigation label will override each other in the Filament navigation.
Changing the navigation label
You can change the navigation label by overriding the getNavigationLabel method:
Changing the page title
You can change the page title by overriding the getTitle method:
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-settings with dependencies
filament/filament Version ^3.2
laravel/framework Version ^10.0|^11.0|^12.0
ianstudios/settings Version ^1.0
spatie/laravel-package-tools Version ^1.16