{"id":20806487,"url":"https://github.com/elipzis/laravel-nova-simple-setting","last_synced_at":"2025-05-07T04:24:58.349Z","repository":{"id":41867809,"uuid":"441846964","full_name":"elipZis/laravel-nova-simple-setting","owner":"elipZis","description":"⚙️Laravel Nova Resource for a simple key/value typed setting","archived":false,"fork":false,"pushed_at":"2025-01-27T19:59:20.000Z","size":71,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T07:09:08.878Z","etag":null,"topics":["laravel","nova","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elipZis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"elipZis"}},"created_at":"2021-12-26T08:48:17.000Z","updated_at":"2025-01-27T19:59:16.000Z","dependencies_parsed_at":"2024-05-20T20:42:39.120Z","dependency_job_id":"688fb9d5-131c-4082-bc30-8ba46dd243db","html_url":"https://github.com/elipZis/laravel-nova-simple-setting","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.1428571428571429,"last_synced_commit":"e302b6e4ba18c055ec64d25db198c62dc849d6af"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipZis%2Flaravel-nova-simple-setting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipZis%2Flaravel-nova-simple-setting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipZis%2Flaravel-nova-simple-setting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipZis%2Flaravel-nova-simple-setting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elipZis","download_url":"https://codeload.github.com/elipZis/laravel-nova-simple-setting/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252811621,"owners_count":21807978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel","nova","php"],"created_at":"2024-11-17T19:20:20.346Z","updated_at":"2025-05-07T04:24:58.323Z","avatar_url":"https://github.com/elipZis.png","language":"PHP","funding_links":["https://github.com/sponsors/elipZis"],"categories":[],"sub_categories":[],"readme":"# Laravel Nova Resource for a simple key/value typed setting\n\n[![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)\n[![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)\n\nAdminister your [Laravel Simple Setting](https://github.com/elipZis/laravel-simple-setting)\nin [Nova](https://nova.laravel.com/)\n\n## Pre-requisites\n\nThis Nova resource package requires:\n\n* [Laravel Simple Setting](https://github.com/elipZis/laravel-simple-setting)\n* [Laravel Nova 4](https://nova.laravel.com/)\n* [Nova 4 dependency container](https://github.com/alexwenzel/nova-dependency-container)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require elipzis/laravel-nova-simple-setting\n```\n\n## Usage\n\nTo add this resource to your Nova open the `NovaServiceProvider.php` and add it, e.g.\n\n```php\n\u003c?php\n...\nuse ElipZis\\Setting\\Nova\\Setting;\n...\n\n    protected function resources()\n    {\n        parent::resources();\n\n        ...\n\n        Nova::resources([\n            Setting::class\n        ]);\n    }\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.\n\n## Credits\n\n- [elipZis GmbH](https://elipZis.com)\n- [NeA](https://github.com/nea)\n- [All Contributors](https://github.com/elipZis/laravel-nova-simple-setting/contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felipzis%2Flaravel-nova-simple-setting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felipzis%2Flaravel-nova-simple-setting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felipzis%2Flaravel-nova-simple-setting/lists"}