Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Simple Setting

Readme

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.

Screenshots

Back to Top
Added 4 years ago
Last updated 1 Year Ago
Version v0.3.1
Nova Version ^4.0
Composer
elipzis/laravel-nova-simple-setting
GitHub stars 6
Packagist downloads 147

Favorites

1 user favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas