PHPackages                             amirandev/openadmin-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. [Templating &amp; Views](/categories/templating)
4. /
5. amirandev/openadmin-summernote

ActiveLibrary[Templating &amp; Views](/categories/templating)

amirandev/openadmin-summernote
==============================

Integrate Summernote editor into open-admin

v1.0(1y ago)03MITPHPPHP &gt;=7.0.0

Since May 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/amirandev/openadmin-summernote)[ Packagist](https://packagist.org/packages/amirandev/openadmin-summernote)[ Docs](https://github.com/amirandev/openadmin-summernote)[ RSS](/packages/amirandev-openadmin-summernote/feed)WikiDiscussions main Synced today

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

Here’s a polished, ready-to-use README description for your package based on what you provided, with clean formatting and slight improvements for clarity:

---

Integrate Summernote into Open-Admin
====================================

[](#integrate-summernote-into-open-admin)

This is an **open-admin** extension that integrates the **Summernote** WYSIWYG editor into the open-admin form system.

---

Screenshot
----------

[](#screenshot)

[![field-summernote](https://user-images.githubusercontent.com/86517067/149800371-a99f23ba-c979-4122-bb7d-2cc32ecd0982.png)](https://user-images.githubusercontent.com/86517067/149800371-a99f23ba-c979-4122-bb7d-2cc32ecd0982.png)

---

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

[](#installation)

Run the following command to install the package via Composer:

```
composer require amirandev/open-admin-summernote
```

Then publish the package assets:

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

---

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

[](#configuration)

In your `config/admin.php` file, add the `summernote` extension configuration under the `extensions` section:

```
'extensions' => [

    'summernote' => [

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

        // Editor configuration options
        'config' => [

            // See Summernote docs for available options
        ],
    ],

],
```

Example configuration (customize as needed):

```
'config' => [
    'language'    => 'de',
    'height'      => 500,
    'contentsCss' => '/css/frontend-body-content.css',
]
```

For more configuration options, see the official [Summernote Documentation](https://summernote.org/deep-dive/#configuration).

---

Usage
-----

[](#usage)

Use the Summernote editor in your OpenAdmin form like this:

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

Or with custom options:

```
$form->summernote('content')->options([
    'lang'        => 'fr',
    'height'      => 500,
    'contentsCss' => '/css/frontend-body-content.css',
]);
```

---

Troubleshooting
---------------

[](#troubleshooting)

If Summernote does not load or you see errors about missing files, try clearing your application cache:

```
php artisan optimize:clear
```

---

License
-------

[](#license)

This package is licensed under the [MIT License](LICENSE).

---

If you want, I can help you prepare the actual README.md file content ready to copy-paste! Would you like that?

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance46

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

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

410d ago

### Community

Maintainers

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

---

Top Contributors

[![amirandev](https://avatars.githubusercontent.com/u/73018912?v=4)](https://github.com/amirandev "amirandev (1 commits)")

---

Tags

extensioneditorwysiwygsummernoteopen-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/amirandev-openadmin-summernote/health.svg)](https://phpackages.com/packages/amirandev-openadmin-summernote)
```

###  Alternatives

[kartik-v/yii2-editors

Editor widgets Yii2 framework. Summernote WYSIWYG editor, Codemirror code editor and PlainText editor for Bootstrap 3.x, 4.x and 5.x.

22330.9k1](/packages/kartik-v-yii2-editors)[jodit/yii2-jodit

Jodit - awesome WYSIWYG Editor like widget for Yii2

1621.7k](/packages/jodit-yii2-jodit)

PHPackages © 2026

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