Skip to content

⚙️Laravel Nova Resource for a simple key/value typed setting

License

Notifications You must be signed in to change notification settings

elipZis/laravel-nova-simple-setting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

⚙️Laravel Nova Resource for a simple key/value typed setting

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Contributors 3

  •  
  •  
  •  

Languages