Laravel Settings
2023
PHPLaravel
Laravel Settings is a package I created to solve a recurring challenge in my Laravel projects: managing configurable settings—both global and model-specific—in a clean, database-driven way.
While working on apps with user-specific preferences and dynamic configurations, I realized that Laravel lacked a simple built-in solution for this. So I built Laravel Settings to fill that gap with a clean API and support for flexible use cases like site-wide settings and per-user preferences.
The package stores settings efficiently in the database and lets you retrieve or update them with minimal overhead.
👉 Available on Packagist