PHPackages                             php-panel/ladmin-ext-clike-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. php-panel/ladmin-ext-clike-editor

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

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

Several c-lick language editor extensions for laravel-admin based on code-mirror

05PHP

Since Nov 30Pushed 5mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Several c-lick language editor extensions for laravel-admin based on code-mirror
================================================================================

[](#several-c-lick-language-editor-extensions-for-laravel-admin-based-on-code-mirror)

[DEMO](http://demo.laravel-admin.org/code-mirror/clike) (Login using `admin/admin`)

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

[](#installation)

```
composer require php-panel/ladmin-ext-clike-editor

php artisan vendor:publish --tag=laravel-admin-code-mirror
```

配置
--

[](#配置)

在`config/admin.php`文件的`extensions`，加上属于这个扩展的一些配置

```
    'extensions' => [

        'clike-editor' => [

            // 如果要关掉这个扩展，设置为false
            'enable' => true,

            // 编辑器的配置
            'config' => [

            ]
        ]
    ]
```

更多配置可以到[CodeMirror文档](https://codemirror.net/)找到

使用
--

[](#使用)

在form表单中使用它：

```
$form->clang('code');

$form->cpp('code');

$form->csharp('code');

$form->java('code');

$form->objectivec('code');

$form->scala('code');

$form->kotlin('code');

$form->ceylon('code');
```

设置高度

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

License
-------

[](#license)

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

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance48

Moderate activity, may be stable

Popularity4

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://www.gravatar.com/avatar/f32cb7625515c0969fec15915be4a137f057c3484420bb7abf025c8e975dd3a5?d=identicon)[leeqvip](/maintainers/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-clike-editor/health.svg)

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

###  Alternatives

[postalservice14/php-actuator

PHP port of Spring Actuator which provides an easy health checking capability of services.

1039.1k2](/packages/postalservice14-php-actuator)

PHPackages © 2026

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