{"id":15028809,"url":"https://github.com/tobytwigger/laravel-settings","last_synced_at":"2025-04-09T20:32:15.664Z","repository":{"id":46142318,"uuid":"515125713","full_name":"tobytwigger/laravel-settings","owner":"tobytwigger","description":"Strongly typed, feature rich settings for Laravel and Vue.","archived":false,"fork":false,"pushed_at":"2024-08-20T09:37:37.000Z","size":726,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-23T22:25:03.688Z","etag":null,"topics":["config","configuration","database","laravel","open-source","persistence","php","settings","settings-repository","settings-storage","vue","vuejs"],"latest_commit_sha":null,"homepage":"https://tobytwigger.github.io/laravel-settings/","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/tobytwigger.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-18T09:54:09.000Z","updated_at":"2024-08-20T09:37:29.000Z","dependencies_parsed_at":"2025-02-15T21:31:39.347Z","dependency_job_id":"8d0e4cf1-ddc6-49a8-8001-bccbd593c2f6","html_url":"https://github.com/tobytwigger/laravel-settings","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobytwigger%2Flaravel-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobytwigger%2Flaravel-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobytwigger%2Flaravel-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobytwigger%2Flaravel-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobytwigger","download_url":"https://codeload.github.com/tobytwigger/laravel-settings/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675627,"owners_count":20977376,"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":["config","configuration","database","laravel","open-source","persistence","php","settings","settings-repository","settings-storage","vue","vuejs"],"created_at":"2024-09-24T20:09:06.897Z","updated_at":"2025-04-09T20:32:15.637Z","avatar_url":"https://github.com/tobytwigger.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Settings\n\u003e Powerful and feature rich settings for Laravel.\n\n[![Latest Version](https://img.shields.io/github/v/release/tobytwigger/laravel-settings?label=Latest%20Version\u0026sort=semver\u0026style=plastic)](https://github.com/tobytwigger/laravel-settings/releases)\n[![Build](https://github.com/tobytwigger/laravel-settings/actions/workflows/build-status.yml/badge.svg?branch=develop)](https://github.com/tobytwigger/laravel-settings/actions/workflows/build-status.yml)\n\n## Contents\n\n* [About the Project](#about)\n* [Documentation](#documentation)\n* [Contributing](#contributing)\n* [Copyright and Licence](#copyright-and-licence)\n* [Contact](#contact)\n\n## About\n\nLaravel Settings lets you persist strongly typed settings within your app, with support for\n- Validation, encryption and authorization controls provided.\n- Global settings and user-set settings.\n- Native integration with Vue JS.\n\n## Example\n\n```php\n\\Settings\\Setting::setValue('dark_mode', true);\necho \\Settings\\Setting::getValue('dark_mode'); // true\n```\n\n```vue\n\u003ctemplate\u003e\n    \u003cdiv :class=\"{'dark-mode': $setting.dark_mode}\"\u003e\u003c/div\u003e\n    \u003cbutton @click=\"toggleDarkMode\"\u003eToggle\u003c/button\u003e\n\u003c/template\u003e\n\u003cscript\u003e\n    export default {\n        methods: {\n            toggleDarkMode() {\n                this.$setting.dark_mode = !this.$setting.dark_mode;\n            }\n        }\n    }\n\u003c/script\u003e\n```\n\n## Documentation\n\nWe've taken care over documenting everything you'll need to get started and use Laravel settings fully.\n\n[Check out the docs](https://tobytwigger.github.io/laravel-settings) on our documentation site.\n\n[comment]: \u003c\u003e (To build them locally, you'll need to have ruby \u0026#40;we'd recommend using rbenv\u0026#41; and the gem bundler \u0026#40;https://bundler.io/\u0026#41; installed. Run `bundle install \u0026\u0026 bundle exec jekyll serve` in the docs folder.)\n\n## Contributing\n\nContributions are welcome! Before contributing to this project, familiarize\nyourself with [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Copyright and Licence\n\nThis package is copyright © [Toby Twigger](https://github.com/tobytwigger)\nand licensed for use under the terms of the MIT License (MIT). Please see\n[LICENCE.md](LICENCE.md) for more information.\n\n## Contact\n\nFor any questions, suggestions, security vulnerabilities or help, open an issue or email me directly at [tobytwigger1@gmail.com](mailto:tobytwigger1@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobytwigger%2Flaravel-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobytwigger%2Flaravel-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobytwigger%2Flaravel-settings/lists"}