{"id":13532130,"url":"https://github.com/laravel-admin-extensions/json-editor","last_synced_at":"2025-04-28T15:31:48.443Z","repository":{"id":48510841,"uuid":"148503929","full_name":"laravel-admin-extensions/json-editor","owner":"laravel-admin-extensions","description":"JSON Editor for Laravel-admin","archived":false,"fork":false,"pushed_at":"2021-07-22T05:18:53.000Z","size":341,"stargazers_count":31,"open_issues_count":1,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T09:24:11.755Z","etag":null,"topics":["editor","json","laravel-admin"],"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/laravel-admin-extensions.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":"2018-09-12T15:43:18.000Z","updated_at":"2024-06-13T13:24:58.000Z","dependencies_parsed_at":"2022-09-22T15:51:18.548Z","dependency_job_id":null,"html_url":"https://github.com/laravel-admin-extensions/json-editor","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fjson-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fjson-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fjson-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fjson-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laravel-admin-extensions","download_url":"https://codeload.github.com/laravel-admin-extensions/json-editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251338699,"owners_count":21573599,"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":["editor","json","laravel-admin"],"created_at":"2024-08-01T07:01:08.431Z","updated_at":"2025-04-28T15:31:43.426Z","avatar_url":"https://github.com/laravel-admin-extensions.png","language":"PHP","funding_links":[],"categories":["扩展包"],"sub_categories":["字段类扩展包"],"readme":"# JSON Editor extension for laravel-admin\n\nThis is a `laravel-admin` extension that integrates [JSON Editor](https://github.com/josdejong/jsoneditor) into `laravel-admin`.\n\n[DEMO](https://demo.laravel-admin.org/auth/login) Login using `admin/admin`\n\n## Screenshot\n\n\u003cimg src=\"https://user-images.githubusercontent.com/2421068/45437866-4d478200-b6e8-11e8-930b-7665ad407096.png\"\u003e\n\n## Installation\n\n```bash\ncomposer require jxlwqq/json-editor\nphp artisan vendor:publish --tag=laravel-admin-json-editor\n```\n\n## Update\n```bash\ncomposer require jxlwqq/json-editor\nphp artisan vendor:publish --tag=laravel-admin-json-editor --force\n```\n\n## Configuration\n\nIn the `extensions` section of the `config/admin.php` file, add some configuration that belongs to this extension.\n```php\n'extensions' =\u003e [\n    'json-editor' =\u003e [\n        // set to false if you want to disable this extension\n        'enable' =\u003e true,\n        'config' =\u003e\n            [\n                'mode' =\u003e 'tree',\n                'modes' =\u003e ['code', 'form', 'text', 'tree', 'view'], // allowed modes\n            ],\n    ]\n]\n```\n\nMore configurations can be found at [JSON Editor](https://github.com/josdejong/jsoneditor).\n\n## Usage\n\nUse it in the form form:\n```php\n$form-\u003ejson('content');\n```\n\n## More resources\n\n[Awesome Laravel-admin](https://github.com/jxlwqq/awesome-laravel-admin)\n\n## License\n\nLicensed under [The MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-admin-extensions%2Fjson-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaravel-admin-extensions%2Fjson-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-admin-extensions%2Fjson-editor/lists"}