elipzis/laravel-nova-simple-setting

Laravel Nova Resource for a simple key/value typed setting

Downloads

145

Stars

6

Version

v0.3.1

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.

elipZis

Author

elipZis