PHPackages                             php-panel/ladmin-ext-code-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. [Admin Panels](/categories/admin)
4. /
5. php-panel/ladmin-ext-code-editor

ActiveLibrary[Admin Panels](/categories/admin)

php-panel/ladmin-ext-code-editor
================================

Code editor extension for laravel-admin based on code-mirror

02PHP

Since Dec 4Pushed 7mo agoCompare

[ Source](https://github.com/php-panel/ladmin-ext-code-editor)[ Packagist](https://packagist.org/packages/php-panel/ladmin-ext-code-editor)[ RSS](/packages/php-panel-ladmin-ext-code-editor/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Code editor extension for laravel-admin 2.x based on CodeMirror

Supports `php`、`sql`、`javascript`、`java`、`c`、`cpp`、`csharp`、`objc`、`scala`、`kotlin`、`ceylon`、`python`、`ruby`、`css`、`sass`、`less`、`xml`、`html`、`nginx`、`vuejs`、`lua`、`yaml`、`swift`、`clojure`、`coffeescript`、`protobuf`、`commonlisp`、`dart`、`dockerfile`、`diff`、`rust`、`shell`、`go`、`haml`

[![QQ20200925-120900](https://user-images.githubusercontent.com/1479100/94225656-33241980-ff28-11ea-869a-6afd75d683e6.png)](https://user-images.githubusercontent.com/1479100/94225656-33241980-ff28-11ea-869a-6afd75d683e6.png)

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

[](#installation)

```
composer require php-panel/ladmin-ext-code-editor -vvv
```

Usage
-----

[](#usage)

Use it in the form:

```
$form->code('code_column')->php();

$form->code('code_column')->dockerfile();

$form->code('code_column')->html();
```

Set height:

```
$form->php('code')->height(500);
```

Use in show page:

```
// show as PHP code and 300 height.
$show->field('code_column')->code('php', 300);
```

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance45

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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.

### Community

Maintainers

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

---

Top Contributors

[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (5 commits)")[![leeqvip](https://avatars.githubusercontent.com/u/35752209?v=4)](https://github.com/leeqvip "leeqvip (1 commits)")

### Embed Badge

![Health badge](/badges/php-panel-ladmin-ext-code-editor/health.svg)

```
[![Health](https://phpackages.com/badges/php-panel-ladmin-ext-code-editor/health.svg)](https://phpackages.com/packages/php-panel-ladmin-ext-code-editor)
```

PHPackages © 2026

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