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
- Host: GitHub
- URL: https://github.com/elipzis/laravel-nova-simple-setting
- Owner: elipZis
- License: mit
- Created: 2021-12-26T08:48:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T19:59:20.000Z (over 1 year ago)
- Last Synced: 2025-05-05T07:09:08.878Z (about 1 year ago)
- Topics: laravel, nova, php
- Language: PHP
- Homepage:
- Size: 69.3 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Laravel Nova Resource for a simple key/value typed setting
[](https://packagist.org/packages/elipzis/laravel-nova-simple-setting)
[](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