Download the PHP package imnpc/filament-settings without Composer
On this page you can find all versions of the php package imnpc/filament-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imnpc/filament-settings
More information about imnpc/filament-settings
Files in imnpc/filament-settings
Package filament-settings
Short Description This package adds a way to interact with outerweb/settings in Filament.
License MIT
Homepage https://github.com/outer-web/filament-settings
Informations about the package filament-settings
Filament Settings
This package adds a way to interact with outerweb/settings in Filament.
Installation
You can install the package via composer:
Configure the Outerweb/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/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.
Credits
- Simon Broekaert
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-settings with dependencies
filament/filament Version ^4
laravel/framework Version ^10.0|^11.0|^12.0|^13.0
outerweb/settings Version ^1.0
spatie/laravel-package-tools Version ^1.16