Skip to content

v1.0.0

Choose a tag to compare

@inerba inerba released this 19 Aug 16:33
· 112 commits to main since this release

This is the first stable release of DB Config, a Filament plugin that provides a simple, database-backed key/value store for application settings.

It offers:

  • Full support for Laravel 12 and Filament 4.
  • A clean API to read and write values with transparent caching.
  • Seamless integration with Filament, including an Artisan generator to scaffold settings pages.
  • No custom Eloquent models required: values are persisted as JSON in a dedicated table.

Use this package to manage settings, frontend semi-static pages, various info and more...