An open API service indexing awesome lists of open source software.

https://github.com/elipzis/laravel-nova-simple-setting

⚙️Laravel Nova Resource for a simple key/value typed setting
https://github.com/elipzis/laravel-nova-simple-setting

laravel nova php

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Laravel Nova Resource for a simple key/value typed setting

[![Latest Version on Packagist](https://img.shields.io/packagist/v/elipzis/laravel-nova-simple-setting.svg?style=flat-square)](https://packagist.org/packages/elipzis/laravel-nova-simple-setting)
[![Total Downloads](https://img.shields.io/packagist/dt/elipzis/laravel-nova-simple-setting.svg?style=flat-square)](https://packagist.org/packages/elipzis/laravel-nova-simple-setting)

Administer your [Laravel Simple Setting](https://github.com/elipZis/laravel-simple-setting)
in [Nova](https://nova.laravel.com/)

## Pre-requisites

This Nova resource package requires:

* [Laravel Simple Setting](https://github.com/elipZis/laravel-simple-setting)
* [Laravel Nova 4](https://nova.laravel.com/)
* [Nova 4 dependency container](https://github.com/alexwenzel/nova-dependency-container)

## Installation

You can install the package via composer:

```bash
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