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

ActiveLibrary

ak73gucas/json-editor
=====================

JSON Editor for Laravel-admin

1.0.8(5y ago)012MITPHPPHP &gt;=7.0.0

Since Sep 12Pushed 5y agoCompare

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

READMEChangelog (1)Dependencies (2)Versions (12)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](http://demo.laravel-admin.org/editors/json) 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 ak73gucas/json-editor
php artisan vendor:publish --tag=laravel-admin-json-editor
```

Update
------

[](#update)

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

Popularity5

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

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

Recently: every ~111 days

Total

10

Last Release

2123d ago

Major Versions

0.1.0 → v1.0.02018-09-13

### Community

Maintainers

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

---

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)")[![licxisky](https://avatars.githubusercontent.com/u/20389946?v=4)](https://github.com/licxisky "licxisky (2 commits)")[![fatrbaby](https://avatars.githubusercontent.com/u/4350262?v=4)](https://github.com/fatrbaby "fatrbaby (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)")

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-admin-ext/grid-lightbox

Turn your grid into a lightbox &amp; gallery

58180.9k2](/packages/laravel-admin-ext-grid-lightbox)[laravel-admin-ext/wang-editor

wangEditor extension for laravel-admin

6283.4k](/packages/laravel-admin-ext-wang-editor)[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)
