{"id":16085669,"url":"https://github.com/kamekun/kame-settings","last_synced_at":"2026-04-12T09:02:30.556Z","repository":{"id":44983866,"uuid":"448101611","full_name":"kamekun/kame-settings","owner":"kamekun","description":"This package provides the settings module for the _KAME_, a simple cms made with laravel, livewire and tailwind.","archived":false,"fork":false,"pushed_at":"2022-06-29T16:18:12.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T23:05:33.418Z","etag":null,"topics":["cms","laravel","livewire","tailwind","tailwindcss"],"latest_commit_sha":null,"homepage":"https://github.com/kamekun/kame","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/kamekun.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-14T20:39:49.000Z","updated_at":"2022-01-24T01:15:33.000Z","dependencies_parsed_at":"2022-08-03T04:30:14.309Z","dependency_job_id":null,"html_url":"https://github.com/kamekun/kame-settings","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/kamekun/kame-settings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamekun%2Fkame-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamekun%2Fkame-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamekun%2Fkame-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamekun%2Fkame-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamekun","download_url":"https://codeload.github.com/kamekun/kame-settings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamekun%2Fkame-settings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270657715,"owners_count":24623465,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cms","laravel","livewire","tailwind","tailwindcss"],"created_at":"2024-10-09T13:08:23.850Z","updated_at":"2026-04-12T09:02:25.535Z","avatar_url":"https://github.com/kamekun.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KaMe Settings\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/kamekun/kame-settings.svg?style=flat-square)](https://packagist.org/packages/kamekun/kame-settings)\n[![Total Downloads](https://img.shields.io/packagist/dt/kamekun/kame-settings.svg?style=flat-square)](https://packagist.org/packages/kamekun/kame-settings)\n\nThis package provides the settings module for the _KAME_, a simple cms made with laravel, livewire and tailwind.\n\n### Requirements\n\n    PHP \u003e= 7.3|8.0\n    Laravel \u003e=7.X\n\n### Installation\n\nInstall via composer:\n\n```bash\ncomposer require kamekun/kame-settings\n```\n\n### Publish\n\nPublish config file.\n\n```bash\nphp artisan vendor:publish --tag=\"Kamekun\\\\KameSettings\\\\KameSettingsServiceProvider\"\n```\n\n### Configure\n\nYou can change the options of your app from `config/kame-settings.php` file\n\n### Database\n\nCreate table for database Model\n\n```bash\nphp artisan migrate\n```\n\n### Facade\n\n```php\n// Parameters: key, value\nSetting::get('foo', 'default');\n// Parameters: key, value, readOnly (optional, default false)\nSetting::set('foo', 'default', true);\n// Note: (ReadOnly attributes are for properties/configuration that shouldn't delete from the backend panel)\n```\n\n### Blade Directive\n\nYou can get the settings directly in your blade templates using the helper method or the blade directive like `@setting('foo')`\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n### Contributing\n\nI am open to contributions to this package, and will do the best I can to maintain it over time.\nPull requests are welcome, and in fact encouraged. Right now there are no specific guidelines for a PR.\n\n### Road Map\n\nSome considerations for future versions:\n\n- Add Support for caching Settings\n- Add support for save / read settings from json file\n\n### Credits and License\n\n- [KaMekuN](https://github.com/kamekun)\n\n- Taylor Otwell and co. for Laravel\n\n- Caleb Porzio for livewire\n\n- Adam Wathan for Tailwind labs\n\nThis project is licensed under the MIT License - see the [License File](LICENSE) for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamekun%2Fkame-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamekun%2Fkame-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamekun%2Fkame-settings/lists"}