qcod/laravel-settings
Store application settings as key/value pairs in your Laravel database with zero-query performance via caching. Easy get/set/has/remove APIs, helper and facade access, optional migrations publishing, and support for grouping settings (default group included).
Laravel 12.x Compatibility
Support Laravel 11
Laravel 6 support
-added support for publishing migration folder
Changed helper function and facade name, made them plural
Binding bug fixed, now settings can be accessed via helper setting('key') and \Setting::get('key')
Initial release
How can I help you explore Laravel packages today?