Looking to hire Laravel developers? Try LaraJobs

laravel-nova-simple-setting maintained by elipzis

Description
Laravel Nova Resource for a simple key/value typed setting
Author
Last update
2026/01/05 20:01 (dev-main)
License
Downloads
147

Comments
comments powered by Disqus

Laravel Nova Resource for a simple key/value typed setting

Latest Version on Packagist Total Downloads

Administer your Laravel Simple Setting in Nova

Pre-requisites

This Nova resource package requires:

Installation

You can install the package via composer:

composer require elipzis/laravel-nova-simple-setting

Usage

To add this resource to your Nova open the NovaServiceProvider.php and add it, e.g.

<?php
...
use ElipZis\Setting\Nova\Setting;
...

    protected function resources()
    {
        parent::resources();

        ...

        Nova::resources([
            Setting::class
        ]);
    }

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.