lukasss93/laravel-model-settings
Add per-model settings to Eloquent with defaults, validation rules, and optional config publishing. Store and retrieve settings directly on your models, initialize settings on creation, and keep your app flexible with PHP 8+ and Laravel 8+ support.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| glorand/laravel-model-settings | 0.91 | Add per-model settings to Laravel Eloquent with an easy API to get/set/check/remove values. Choose storage via JSON field, separate settings table, or Redis. Supports defaults, validation, and persistence for user or entity preferences. | 918 | 915 | 61 | 39K | 2 | 36.3 | 26.5 | MIT | 1 week ago | |
| l5starter/setting | 0.91 | Laravel 5.4 settings module for L5Starter admin. Adds settings pages/routes and menu entry, with publishable config, migrations, and seeder (SettingsTableSeeder) to bootstrap stored application settings. | 0 | 0 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| chapdel/settings | 0.91 | Add per-model settings to your Laravel app. Store settings in a JSON column, a dedicated table, or Redis via simple traits. Includes defaults plus helpers to get, set, check, remove, and persist settings on any Eloquent model. | 0 | 0 | 0 | 8 | 0 | 0.6 | 13.2 | MIT | 1 year ago | |
| chapdel/model-settings-for-laravel | 0.91 | Attach flexible key/value settings to any Eloquent model in Laravel. Store, retrieve, and update per-model preferences with a simple API and database table, keeping configuration close to the data it belongs to. PHP 8+ compatible. | 1 | 1 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| akaunting/laravel-setting | 0.90 | Persistent settings for Laravel with database and/or JSON drivers. Includes helper, facade, and Blade directive, supports encryption, caching, auto-save, extra columns, and custom tables/files. Can override Laravel config values for production-friendly tweaks. | 489 | 493 | 65 | 26K | 1 | 13.0 | 23.9 | MIT | 2 years ago | |
| solomon-ochepa/laravel-settings | 0.90 | — | 2 | 3 | 0 | 582 | 0 | 24.2 | 37.2 | MIT | 5 days ago | |
| yazan/laravel-settings | 0.90 | — | 58 | 59 | 2 | 130 | 0 | 0.7 | 7.1 | MIT | 4 years ago | |
| baks-dev/settings-main | 0.89 | — | 0 | 0 | 1 | 43 | 0 | 19.2 | 24.0 | MIT | 1 month ago | |
| larapacks/setting | 0.89 | Lightweight Laravel settings manager that stores and retrieves key/value app configuration at runtime. Provides a clean API and helpers for persisting settings (including grouped/namespaced keys), with caching support for fast reads and easy integration into Laravel apps. | 5 | 6 | 2 | 248 | 0 | 4.9 | 22.5 | — | 3 years ago | |
| qcod/laravel-settings | 0.89 | 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). | 230 | 233 | 61 | 3K | 2 | 8.7 | 18.2 | MIT | 1 year ago | |
| spatie/laravel-settings | 0.88 | Strongly typed app settings for Laravel stored in databases, Redis, and more. Define settings classes with typed properties, inject them via the container, and read/update values with simple save() calls. Includes migrations, caching, and multiple repositories. | 1,511 | 1,517 | 139 | 508K | 0 | 38.4 | 39.9 | MIT | 2 months ago | |
| dmishh/settings-bundle | 0.87 | — | 114 | 115 | 59 | 1K | 20 | 10.9 | 23.9 | MIT | 5 years ago | |
| spatie/laravel-model-status | 0.74 | Add status history to any Eloquent model with Spatie’s HasStatuses trait. Set statuses (strings or enums), store reasons/extra info, and retrieve current or previous statuses via convenient helpers like status() and latestStatus(). | 1,057 | 1,061 | 85 | 48K | 0 | 28.4 | 25.3 | MIT | 5 months ago | |
| spatie/laravel-model-states | 0.74 | Add state and state machine behavior to Eloquent models. Represent each state as its own class, automatically cast and store states in the database, and define clean, safe transitions and state-specific behavior in your Laravel apps. | 1,296 | 1,298 | 106 | 383K | 0 | 39.6 | 40.0 | MIT | 2 weeks ago | |
| codenco-dev/eloquent-model-tester | 0.73 | Laravel dev-only helper to test Eloquent models: verify table structure/columns, fillable vs guarded attributes, and model relationships. Works with PHPUnit and model factories, integrates easily in your model test classes. | 20 | 20 | 1 | 230 | 2 | 21.6 | 16.9 | MIT | 2 months ago | |
| roberts/support | 0.72 | — | 0 | 0 | 0 | 80 | 1 | 17.6 | 30.2 | MIT | 3 months ago | |
| spatie/eloquent-sortable | 0.72 | Add sortable behavior to Laravel Eloquent models via a trait. Automatically sets an order column on create (max + 1) and provides a scope to retrieve records in the correct order. Ideal for drag-and-drop lists and custom ordering. | 1,517 | 1,525 | 138 | 952K | 0 | 32.2 | 42.5 | MIT | 5 months ago | |
| goldspecdigital/laravel-eloquent-uuid | 0.72 | — | 507 | 508 | 45 | 10K | 0 | 9.6 | 18.5 | MIT | 3 years ago | |
| spatie/laravel-model-flags | 0.72 | Add lightweight “flags” to Eloquent models via a trait—store process state without extra columns. Check, set, and clear flags, and query with flagged/notFlagged scopes. Ideal for idempotent, restartable jobs like one-time emails or migrations. | 456 | 457 | 21 | 45K | 0 | 21.9 | 31.2 | MIT | 3 months ago |
How can I help you explore Laravel packages today?