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

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

snowsoft/json-editor
====================

JSON Editor for Laravel-admin

v1.0.10(3y ago)09MITPHPPHP &gt;=7.0.0

Since Sep 12Pushed 3y agoCompare

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

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

Update
------

[](#update)

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~145 days

Recently: every ~315 days

Total

12

Last Release

1207d ago

Major Versions

0.1.0 → v1.0.02018-09-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4568234?v=4)[snowsoft](/maintainers/snowsoft)[@snowsoft](https://github.com/snowsoft)

---

Top Contributors

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

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/snowsoft-json-editor/health.svg)](https://phpackages.com/packages/snowsoft-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)[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)[arrowjustdoit/crontab

Crontab extension for laravel-admin

334.0k](/packages/arrowjustdoit-crontab)[laravel-admin-ext/sparkline

Integrates jQuery sparkline into laravel-admin

161.1k](/packages/laravel-admin-ext-sparkline)

PHPackages © 2026

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