{"id":16417033,"url":"https://github.com/open-admin-org/config","last_synced_at":"2025-10-26T19:32:10.903Z","repository":{"id":57031996,"uuid":"387844084","full_name":"open-admin-org/config","owner":"open-admin-org","description":"config editor","archived":false,"fork":false,"pushed_at":"2021-07-21T13:28:36.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T23:15:45.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/open-admin-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-20T15:59:20.000Z","updated_at":"2024-08-20T16:14:05.000Z","dependencies_parsed_at":"2022-08-23T18:50:48.253Z","dependency_job_id":null,"html_url":"https://github.com/open-admin-org/config","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-admin-org%2Fconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-admin-org%2Fconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-admin-org%2Fconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-admin-org%2Fconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-admin-org","download_url":"https://codeload.github.com/open-admin-org/config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238394323,"owners_count":19464583,"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":[],"created_at":"2024-10-11T07:10:48.082Z","updated_at":"2025-10-26T19:32:10.535Z","avatar_url":"https://github.com/open-admin-org.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Config manager for open-admin\n========================\n\n[![StyleCI](https://styleci.io/repos/387844084/shield?branch=main)](https://styleci.io/repos/387844084)\n[![Packagist](https://img.shields.io/github/license/open-admin-org/config?style=flat-square\u0026color=brightgreen)](https://packagist.org/packages/open-admin-ext/config)\n[![Total Downloads](https://img.shields.io/packagist/dt/open-admin-ext/config?style=flat-square)](https://packagist.org/packages/open-admin-ext/config)\n[![Pull request welcome](https://img.shields.io/badge/pr-welcome-green?style=flat-square\u0026color=brightgreen)]()\n\n\n[Documentation](http://open-admin.org/docs/en/extension-config)\n\n## Screenshot\n\n![config screenshot](https://open-admin.org/docs/images/screenshots/ext-config.png)\n\n## Installation\n\n```\n$ composer require open-admin-ext/config\n\n$ php artisan migrate\n```\n\nOpen `app/Providers/AppServiceProvider.php`, and call the `Config::load()` method within the `boot` method:\n\n```php\n\u003c?php\n\nnamespace App\\Providers;\n\nuse OpenAdmin\\Admin\\Config\\Config;\nuse Illuminate\\Support\\Facades\\Schema;\nuse Illuminate\\Support\\ServiceProvider;\n\nclass AppServiceProvider extends ServiceProvider\n{\n    public function boot()\n    {\n        $table = config('admin.extensions.config.table', 'admin_config');\n        if (Schema::hasTable($table)) {\n            Config::load();\n        }\n    }\n}\n```\n\nThen run: \n\n```\n$ php artisan admin:import config\n```\n\nOpen `http://your-host/admin/config`\n\n## Usage\n\nAfter add config in the panel, use `config($key)` to get value you configured.\n\nLicense\n------------\nLicensed under [The MIT License (MIT)](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-admin-org%2Fconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-admin-org%2Fconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-admin-org%2Fconfig/lists"}