PHPackages                             read-rate/nova-model-settings-field - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. read-rate/nova-model-settings-field

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

read-rate/nova-model-settings-field
===================================

A model-settings field for Laravel Nova

1.0.2(5y ago)1601[1 issues](https://github.com/Read-Rate/nova-model-settings-field/issues)MITVuePHP &gt;=7.1.0

Since Oct 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Read-Rate/nova-model-settings-field)[ Packagist](https://packagist.org/packages/read-rate/nova-model-settings-field)[ Docs](https://github.com/Read-Rate/nova-model-settings-field)[ RSS](/packages/read-rate-nova-model-settings-field/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

A model-settings field for Laravel Nova
=======================================

[](#a-model-settings-field-for-laravel-nova)

[![Latest Version on Packagist](https://camo.githubusercontent.com/374fda3f850808701005111ca6aa95117f962b547daf06237602234a99059363/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726561642d726174652f6e6f76612d6d6f64656c2d73657474696e67732d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/read-rate/nova-model-settings-field)[![Total Downloads](https://camo.githubusercontent.com/a36aec93914966879a7a059b17d741887a5069a1669f2fe73c1cbdc276dc4622/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726561642d726174652f6e6f76612d6d6f64656c2d73657474696e67732d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/read-rate/nova-model-settings-field)

This package contains a Nova field to add settings to your models using the [laravel-model-settings](https://github.com/glorand/laravel-model-settings).

[![](docs/screenshot.png)](docs/screenshot.png)

Requirements
------------

[](#requirements)

This Nova field does not support v4.0.0 of [laravel-model-settings](https://github.com/glorand/laravel-model-settings) yet.

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require read-rate/nova-model-settings-field
```

Usage
-----

[](#usage)

To add settings to a model you first need to make sure that one of the `HasSettingsField`, `HasSettingsTable`, `HasSettingsTrait`trait is present.

```
class Book extends Model
{

    use Glorand\Model\Settings\Traits\HasSettingsField;

    ...
}
```

Next you can add the new model-settings field to your Nova resource :

```
namespace App\Nova;

use Readandrate\ModelSettingsField\ModelSettingsField;

class Book extends Resource
{
    // ...

    public function fields(Request $request)
    {
        return [
            // ...

            ModelSettingsField::make('Model Settings'),

            // ...
        ];
    }
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Donatien Schmitz](https://github.com/Donaschmi)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2026d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18590227?v=4)[Donatien Schmitz](/maintainers/Donaschmi)[@Donaschmi](https://github.com/Donaschmi)

---

Top Contributors

[![Donaschmi](https://avatars.githubusercontent.com/u/18590227?v=4)](https://github.com/Donaschmi "Donaschmi (5 commits)")

---

Tags

readanratenova-model-settings-field

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/read-rate-nova-model-settings-field/health.svg)

```
[![Health](https://phpackages.com/badges/read-rate-nova-model-settings-field/health.svg)](https://phpackages.com/packages/read-rate-nova-model-settings-field)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6123.3M21](/packages/ebess-advanced-nova-media-library)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[eminiarts/nova-tabs

Laravel Nova - Tabs.

4624.1M20](/packages/eminiarts-nova-tabs)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[spatie/nova-tags-field

A tags field for Nova apps

3021.9M7](/packages/spatie-nova-tags-field)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
