PHPackages                             xiangyang.li/laravel-admin-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. [Admin Panels](/categories/admin)
4. /
5. xiangyang.li/laravel-admin-summernote

ActiveLibrary[Admin Panels](/categories/admin)

xiangyang.li/laravel-admin-summernote
=====================================

Summernote extension for laravel-admin

v1.0.2(4y ago)0384MITPHPPHP &gt;=7.0.0

Since Sep 5Pushed 4y agoCompare

[ Source](https://github.com/sh4wn/laravel-admin-summernote)[ Packagist](https://packagist.org/packages/xiangyang.li/laravel-admin-summernote)[ Docs](https://github.com/sh4wn/laravel-admin-summernote)[ RSS](/packages/xiangyangli-laravel-admin-summernote/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~358 days

Total

4

Last Release

1730d ago

Major Versions

v0.1 → v1.02018-09-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f56aee98cef36b027e73e8fd414a05680524e412be9f44b17ada6e3904f1526?d=identicon)[backav](/maintainers/backav)

---

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)")[![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/xiangyangli-laravel-admin-summernote/health.svg)

```
[![Health](https://phpackages.com/badges/xiangyangli-laravel-admin-summernote/health.svg)](https://phpackages.com/packages/xiangyangli-laravel-admin-summernote)
```

###  Alternatives

[laravel-admin-ext/wang-editor

wangEditor extension for laravel-admin

6283.4k](/packages/laravel-admin-ext-wang-editor)[jadekun/sku

382.2k](/packages/jadekun-sku)[jonexyz/wang-editor-v4

laravel admin editor

161.4k](/packages/jonexyz-wang-editor-v4)[namet/laravel-admin-tagsinput

tagsinput for laravel-admin Form

102.7k](/packages/namet-laravel-admin-tagsinput)

PHPackages © 2026

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