{"id":16467181,"url":"https://github.com/tobytwigger/laravel-settings-vue","last_synced_at":"2026-04-11T14:04:20.154Z","repository":{"id":48128173,"uuid":"515125638","full_name":"tobytwigger/laravel-settings-vue","owner":"tobytwigger","description":"Strongly typed, feature rich settings for Laravel and Vue.","archived":false,"fork":false,"pushed_at":"2022-07-21T22:37:02.000Z","size":424,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-11T01:35:57.080Z","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":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","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":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-18T09:53:54.000Z","updated_at":"2022-07-18T10:28:05.000Z","dependencies_parsed_at":"2022-08-12T19:10:50.483Z","dependency_job_id":null,"html_url":"https://github.com/tobytwigger/laravel-settings-vue","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobytwigger%2Flaravel-settings-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobytwigger%2Flaravel-settings-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobytwigger%2Flaravel-settings-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobytwigger%2Flaravel-settings-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobytwigger","download_url":"https://codeload.github.com/tobytwigger/laravel-settings-vue/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241052183,"owners_count":19900973,"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-10-11T11:46:24.996Z","updated_at":"2025-12-30T21:33:51.332Z","avatar_url":"https://github.com/tobytwigger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Settings (Vue 2)\n\u003e Powerful and feature rich settings for Laravel and Vue.\n\n[![Latest Version](https://img.shields.io/github/v/release/tobytwigger/laravel-settings-vue?label=Latest%20Version\u0026sort=semver\u0026style=plastic)](https://github.com/tobytwigger/laravel-settings-vue/releases)\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\nThis is the Vue integration. You will also need to install the [Laravel Settings package](https://github.com/tobytwigger/laravel-settings).\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\nexport 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/vue) on our documentation site.\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-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobytwigger%2Flaravel-settings-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobytwigger%2Flaravel-settings-vue/lists"}