PHPackages                             normanhuth/nova-valuestore-settings - 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. [Admin Panels](/categories/admin)
4. /
5. normanhuth/nova-valuestore-settings

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

normanhuth/nova-valuestore-settings
===================================

A Laravel Nova tool for editing custom settings using native Nova fields.

1.0.1(6y ago)32.4kMITPHPPHP &gt;=7.1.0

Since Mar 21Pushed 6y agoCompare

[ Source](https://github.com/Muetze42/nova-valuestore-settings)[ Packagist](https://packagist.org/packages/normanhuth/nova-valuestore-settings)[ RSS](/packages/normanhuth-nova-valuestore-settings/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Nova Valuestore Settings
========================

[](#nova-valuestore-settings)

This [Laravel Nova](https://nova.laravel.com) package allow you to edit a config file (JSON) by using [valuestore](https://github.com/spatie/valuestore)

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

[](#requirements)

```
"laravel/nova": "^2.0.11 || ^3.0",
"spatie/valuestore": "^1.0"

```

Features
--------

[](#features)

- Settings fields management in code
- UI for editing settings
- Rule validation support
- Supports [nova-translatable](https://github.com/optimistdigital/nova-translatable) w/ rule validation

Screenshot
----------

[](#screenshot)

[![Settings View](docs/index.jpg)](docs/index.jpg)

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

[](#installation)

Install the package in a Laravel Nova project via Composer:

```
composer require normanhuth/nova-valuestore-settings
```

Register the tool with Nova in the `tools()` method of the `NovaServiceProvider`:

```
// in app/Providers/NovaServiceProvider.php

public function tools()
{
    return [
        // ...
        new \NormanHuth\NovaValuestore\NovaValuestore
    ];
}
```

Usage
-----

[](#usage)

### Registering fields

[](#registering-fields)

Define the fields in your `NovaServiceProvider`'s `boot()` function by calling `NovaValuestore::setSettingsFields()`.

```
        \NormanHuth\NovaValuestore\NovaValuestore::addSettingsFields([
            Text::make('Public Name'),
        ]);
```

Configuration
-------------

[](#configuration)

The config file can be published using the following command:

```
php artisan vendor:publish --provider="NormanHuth\NovaValuestore\ToolServiceProvider" --tag="config"
```

Config options:

```
    'reload_page_on_save' => false,
    'settings_file'       => config_path('settings.json'),

```

Password field
--------------

[](#password-field)

```
    NormanHuth\NovaValuestore\Fields\PlainPassword::make('ass'),

```

##### Alternative to [opanegro/field-nova-password-show-hide](https://github.com/opanegro/field-nova-password-show-hide)

[](#alternative-to-opanegrofield-nova-password-show-hide)

Install

```
composer require normanhuth/settings-valuestore-pwd-show-hide:dev-master
```

Usage:

```
    NormanHuth\PlainFieldNovaPasswordShowHide\PlainFieldNovaPasswordShowHide::make('ass'),

```

Localization
------------

[](#localization)

The translation file(s) can be published by using the following command:

```
php artisan vendor:publish --provider="NormanHuth\NovaValuestore\ToolServiceProvider" --tag="translations"
```

You can add your translations to `resources/lang/vendor/nova-settings/` by creating a new translations file with the locale name (ie `et.json`) and copying the JSON from the existing `en.json`.

Credits
-------

[](#credits)

This Package is a fork of [optimistdigital/nova-settings](https://github.com/optimistdigital/nova-settings)

- [Tarvo Reinpalu](https://github.com/Tarpsvo)

License
-------

[](#license)

Nova Valuestore Settings and Nova Settings is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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

Every ~33 days

Total

2

Last Release

2255d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2579233?v=4)[Muetze](/maintainers/Muetze)[@muetze](https://github.com/muetze)

---

Top Contributors

[![Tarpsvo](https://avatars.githubusercontent.com/u/2018660?v=4)](https://github.com/Tarpsvo "Tarpsvo (90 commits)")[![Muetze42](https://avatars.githubusercontent.com/u/26193232?v=4)](https://github.com/Muetze42 "Muetze42 (5 commits)")[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (1 commits)")

---

Tags

spatielaravelnovavaluestore

### Embed Badge

![Health badge](/badges/normanhuth-nova-valuestore-settings/health.svg)

```
[![Health](https://phpackages.com/badges/normanhuth-nova-valuestore-settings/health.svg)](https://phpackages.com/packages/normanhuth-nova-valuestore-settings)
```

###  Alternatives

[david-griffiths/nova-dark-theme

A dark theme for Laravel Nova

71593.0k](/packages/david-griffiths-nova-dark-theme)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

36745.8k1](/packages/pdmfc-nova-action-button)[khalin/nova-link-field

A Laravel Nova Link field.

31576.5k2](/packages/khalin-nova-link-field)[cloudcake/nova-fixed-bars

A Laravel Nova package to add a responsive and/or fixed sidebar and navigation bar to the Nova admin UI.

33214.4k2](/packages/cloudcake-nova-fixed-bars)[stephenlake/nova-fixed-bars

A Laravel Nova package to add a responsive and/or fixed sidebar and navigation bar to the Nova admin UI.

3377.8k](/packages/stephenlake-nova-fixed-bars)

PHPackages © 2026

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