PHPackages                             unnovate/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. unnovate/json-editor

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

unnovate/json-editor
====================

JSON Editor for Laravel-admin

v1.0.12(1y ago)02MITPHPPHP ^8.2.0

Since May 11Pushed 1y agoCompare

[ Source](https://github.com/codeparl/json-editor)[ Packagist](https://packagist.org/packages/unnovate/json-editor)[ Docs](https://github.com/codeparl/json-editor)[ RSS](/packages/unnovate-json-editor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (4)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 unnovate/json-editor
php artisan vendor:publish --tag=laravel-admin-json-editor
```

Update
------

[](#update)

```
composer require unnovate/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

30

—

LowBetter than 64% of packages

Maintenance49

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~0 days

Total

3

Last Release

373d ago

PHP version history (2 changes)v1.0.0PHP &gt;=8.2.0

v1.0.1PHP ^8.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/99706adb906fb86e6a4498fd4a6e975571f50d97f13bd754fcb93f040f665b22?d=identicon)[codeparl](/maintainers/codeparl)

---

Top Contributors

[![jxlwqq](https://avatars.githubusercontent.com/u/2421068?v=4)](https://github.com/jxlwqq "jxlwqq (7 commits)")[![codeparl](https://avatars.githubusercontent.com/u/47620945?v=4)](https://github.com/codeparl "codeparl (5 commits)")[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (5 commits)")[![licxisky](https://avatars.githubusercontent.com/u/20389946?v=4)](https://github.com/licxisky "licxisky (2 commits)")[![yisonli](https://avatars.githubusercontent.com/u/12879214?v=4)](https://github.com/yisonli "yisonli (1 commits)")[![kaiyum2012](https://avatars.githubusercontent.com/u/5669573?v=4)](https://github.com/kaiyum2012 "kaiyum2012 (1 commits)")[![fatrbaby](https://avatars.githubusercontent.com/u/4350262?v=4)](https://github.com/fatrbaby "fatrbaby (1 commits)")[![cheneylew](https://avatars.githubusercontent.com/u/6419356?v=4)](https://github.com/cheneylew "cheneylew (1 commits)")[![wzhih](https://avatars.githubusercontent.com/u/18170471?v=4)](https://github.com/wzhih "wzhih (1 commits)")

---

Tags

extensionlaravel-admin

### Embed Badge

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

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

###  Alternatives

[laravel-admin-ext/chartjs

Use Chartjs in laravel-admin

102180.6k1](/packages/laravel-admin-ext-chartjs)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

42119.3k](/packages/laravel-admin-ext-grid-sortable)[jxlwqq/json-editor

JSON Editor for Laravel-admin

32101.8k](/packages/jxlwqq-json-editor)[jxlwqq/env-manager

Env Manager for Laravel-admin

3719.9k](/packages/jxlwqq-env-manager)[jxlwqq/quill

quill editor for laravel-admin

2427.1k](/packages/jxlwqq-quill)

PHPackages © 2026

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