PHPackages                             php-panel/ladmin-ext-summernote - 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-summernote

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

php-panel/ladmin-ext-summernote
===============================

Summernote extension for laravel-admin

v2.0.0(5mo ago)015↓100%Apache-2.0PHPPHP &gt;=8.2

Since Nov 19Pushed 5mo agoCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Summernote editor extension for laravel-admin
=============================================

[](#summernote-editor-extension-for-laravel-admin)

This is a `laravel-admin` extension that integrates `Summernote` into the `laravel-admin` form.

Screenshot
----------

[](#screenshot)

[![wx20180905-132310](https://user-images.githubusercontent.com/1479100/45072743-f1d92b00-b10e-11e8-9a51-9397fa4fb24e.png)](https://user-images.githubusercontent.com/1479100/45072743-f1d92b00-b10e-11e8-9a51-9397fa4fb24e.png)

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

[](#installation)

```
composer require php-panel/ladmin-ext-summernote
```

Then

```
php artisan vendor:publish --tag=laravel-admin-summernote
```

Configuration
-------------

[](#configuration)

In the `extensions` section of the `config/admin.php` file, add some configuration that belongs to this extension.

```
    'extensions' => [

        'summernote' => [

            //Set to false if you want to disable this extension
            'enable' => true,

            // Editor configuration
            'config' => [

            ]
        ]
    ]
```

The configuration of the editor can be found in [Summernote Documentation](https://summernote.org/getting-started/), such as configuration language and height.

```
    'config' => [
        'lang'   => 'zh-CN',
        'height' => 500,
    ]
```

Usage
-----

[](#usage)

Use it in the form:

```
$form->summernote('content');
```

License
-------

[](#license)

Licensed under [The Apacle 2.0 License](LICENSE).

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance75

Regular maintenance activity

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Unknown

Total

1

Last Release

170d ago

### 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 (8 commits)")[![sh4wn](https://avatars.githubusercontent.com/u/1224229?v=4)](https://github.com/sh4wn "sh4wn (3 commits)")[![jxlwqq](https://avatars.githubusercontent.com/u/2421068?v=4)](https://github.com/jxlwqq "jxlwqq (2 commits)")[![adisaf](https://avatars.githubusercontent.com/u/8885923?v=4)](https://github.com/adisaf "adisaf (1 commits)")[![joseph-bing-han](https://avatars.githubusercontent.com/u/1439426?v=4)](https://github.com/joseph-bing-han "joseph-bing-han (1 commits)")[![leeqvip](https://avatars.githubusercontent.com/u/35752209?v=4)](https://github.com/leeqvip "leeqvip (1 commits)")

---

Tags

extensioneditorlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-admin-ext/summernote

Summernote extension for laravel-admin

37140.5k](/packages/laravel-admin-ext-summernote)[laravel-admin-ext/ckeditor

Integrate CKEDITOR into laravel-admin

30183.6k1](/packages/laravel-admin-ext-ckeditor)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[jxlwqq/quill

quill editor for laravel-admin

2427.1k](/packages/jxlwqq-quill)[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)
