larapacks/setting
Laravel package for storing and retrieving application settings with a simple API. Manage key/value configuration in your database, access values via helpers or facades, and keep defaults in code while allowing runtime overrides for per-app customization.
larapacks/setting is a lightweight Laravel package for managing application settings with a clean API. Store configuration-like values outside code and retrieve them consistently across environments, making it easy to tweak behavior without redeploying.
Designed to integrate smoothly into Laravel projects, it provides a simple way to define, read, and update settings while keeping your codebase organized and maintainable.
.env or config filesHow can I help you explore Laravel packages today?