Settings for Laravel

Settings for Laravel

Store Laravel Application Settings in the Database


Description

Store Laravel Application Settings in the Database

Laravel’s Settings package enables you to persist application settings directly in the database. It complements Laravel’s native configuration system, allowing you to store values that are either too dynamic for static files or need to be editable by end‑users through your UI.

Key features include:

  • Per‑setting caching: Once a setting is retrieved, subsequent accesses bypass additional queries, regardless of the chosen storage driver.
  • Automatic encryption: Sensitive data such as third‑party service credentials can be encrypted automatically for added security.

Creator

Randall Wilk
@wilkrandall

Related Projects

Laravel Artifact

Laravel Artifact

Media Management Package

Mirror

Mirror

Impersonation Package

LaravelPlus Updater

LaravelPlus Updater

Sync Laravel Projects

Laravel Credits

Laravel Credits

Credit Management System

Laravel Glider

Laravel Glider

Glide Image Manipulation in Blade Templates

Laravel Ownable

Laravel Ownable

Eloquent Ownership Relationships