PHPackages                             clk528/json-editor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. clk528/json-editor

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

clk528/json-editor
==================

JSON Editor for Laravel-admin

v2.0.0(5mo ago)06MITPHPPHP &gt;=8.0.0

Since Jan 21Pushed 5mo agoCompare

[ Source](https://github.com/clk528/json-editor)[ Packagist](https://packagist.org/packages/clk528/json-editor)[ Docs](https://github.com/clk528/json-editor)[ RSS](/packages/clk528-json-editor/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

JSON Editor extension for laravel-admin
=======================================

[](#json-editor-extension-for-laravel-admin)

This is a `laravel-admin` extension that integrates [JSON Editor](https://github.com/josdejong/jsoneditor) into `laravel-admin`.

[DEMO](https://demo.laravel-admin.org/auth/login) Login using `admin/admin`

Screenshot
----------

[](#screenshot)

[![](https://user-images.githubusercontent.com/2421068/45437866-4d478200-b6e8-11e8-930b-7665ad407096.png)](https://user-images.githubusercontent.com/2421068/45437866-4d478200-b6e8-11e8-930b-7665ad407096.png)

Installation
------------

[](#installation)

```
composer require jxlwqq/json-editor
php artisan vendor:publish --tag=laravel-admin-json-editor
```

Update
------

[](#update)

```
composer require jxlwqq/json-editor
php artisan vendor:publish --tag=laravel-admin-json-editor --force
```

Configuration
-------------

[](#configuration)

In the `extensions` section of the `config/admin.php` file, add some configuration that belongs to this extension.

```
'extensions' => [
    'json-editor' => [
        // set to false if you want to disable this extension
        'enable' => true,
        'config' =>
            [
                'mode' => 'tree',
                'modes' => ['code', 'form', 'text', 'tree', 'view'], // allowed modes
            ],
    ]
]
```

More configurations can be found at [JSON Editor](https://github.com/josdejong/jsoneditor).

Usage
-----

[](#usage)

Use it in the form form:

```
$form->json('content');
```

More resources
--------------

[](#more-resources)

[Awesome Laravel-admin](https://github.com/jxlwqq/awesome-laravel-admin)

License
-------

[](#license)

Licensed under [The MIT License](LICENSE).

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance71

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

163d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6983344?v=4)[老陈](/maintainers/clk528)[@clk528](https://github.com/clk528)

---

Top Contributors

[![clk528](https://avatars.githubusercontent.com/u/6983344?v=4)](https://github.com/clk528 "clk528 (2 commits)")

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/clk528-json-editor/health.svg)

```
[![Health](https://phpackages.com/badges/clk528-json-editor/health.svg)](https://phpackages.com/packages/clk528-json-editor)
```

###  Alternatives

[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13444.4k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/grid-lightbox

Turn your grid into a lightbox &amp; gallery

58186.3k2](/packages/laravel-admin-ext-grid-lightbox)[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

42123.7k](/packages/laravel-admin-ext-grid-sortable)[laravel-admin-ext/phpinfo

Show php information in laravel-admin

2821.5k](/packages/laravel-admin-ext-phpinfo)[jxlwqq/quill

quill editor for laravel-admin

2428.6k](/packages/jxlwqq-quill)[cyd622/laravel-admin-ext-echarts

Use Echarts in laravel-admin

349.6k](/packages/cyd622-laravel-admin-ext-echarts)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
