Download the PHP package postare/db-config without Composer
On this page you can find all versions of the php package postare/db-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download postare/db-config
More information about postare/db-config
Files in postare/db-config
Package db-config
Short Description This plugin simplifies configuration management in Filament projects, enabling the easy creation and management of dynamic configuration pages.
License MIT
Homepage https://github.com/postare/db-config
Informations about the package db-config
DB CONFIG
This plugin simplifies configuration management in Filament projects, enabling the easy creation and management of dynamic configuration pages. It offers:
It includes a simple command to generate a new configuration page, and a flexible form schema to add the desired fields. The package handles saving data to the database and retrieving it as needed.
This version has been tested on Laravel 10.x and Filament 3.x. We look forward to your feedback and suggestions for future improvements.
Tested on Laravel 10.x and Filament 3.x
Installation
Install the package via Composer:
Laravel 10
Laravel 11
Publish and run the migrations:
Usage
Create a configuration page using the following command along with the name of the page:
This will create a Filament Page and a corresponding view. Next, modify the page file to add the fields you wish to display on the configuration page.
Example:
No additional steps are required. The package handles saving data to the database and retrieving it as needed.
Accessing Saved Configurations
You can access the configurations in the following ways:
License
This package is open-sourced software licensed under the MIT License.
All versions of db-config with dependencies
filament/filament Version ^3.2
illuminate/contracts Version *
spatie/laravel-package-tools Version ^1.15.0