PHPackages                             zhanghengdread/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. zhanghengdread/summernote

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

zhanghengdread/summernote
=========================

Summernote extension for laravel-admin ext

1.0.2(6y ago)021MITPHPPHP &gt;=7.0.0

Since Sep 5Pushed 6y agoCompare

[ Source](https://github.com/zhanghengDread/summernote)[ Packagist](https://packagist.org/packages/zhanghengdread/summernote)[ Docs](https://github.com/zhanghengDread/summernote)[ RSS](/packages/zhanghengdread-summernote/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (5)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 laravel-admin-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');
```

Donate
------

[](#donate)

> Help keeping the project development going, by donating a little. Thanks in advance.

[![PayPal Me](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.me/zousong)

[![-1](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

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

Every ~86 days

Total

4

Last Release

2545d ago

Major Versions

v0.1 → v1.02018-09-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cebffb5e2af08c723f0b40c40e878f0a0ea685296d4a9ab59e8febeefe128a3?d=identicon)[zhanghengDread](/maintainers/zhanghengDread)

---

Top Contributors

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

---

Tags

extensioneditorlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zhanghengdread-summernote/health.svg)

```
[![Health](https://phpackages.com/badges/zhanghengdread-summernote/health.svg)](https://phpackages.com/packages/zhanghengdread-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)
