PHPackages                             rainsens/simplemde - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. rainsens/simplemde

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

rainsens/simplemde
==================

Simplemde markdown editor extension for laravel-admin which supports uploading image

1.1.0(7y ago)227MITPHPPHP &gt;=7.0.0

Since Sep 6Pushed 7y ago2 watchersCompare

[ Source](https://github.com/rainsens/simplemde)[ Packagist](https://packagist.org/packages/rainsens/simplemde)[ Docs](https://github.com/laravel-admin-ext/simplemde-img)[ RSS](/packages/rainsens-simplemde/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Simplemde enhanced editor extension for laravel-admin which supports uploading image.
=====================================================================================

[](#simplemde-enhanced-editor-extension-for-laravel-admin-which-supports-uploading-image)

[Simplemde](https://github.com/sparksuite/simplemde-markdown-editor) is a great markdown editor, this extension is used to integrate `Simplemde` into the `laravel-admin` form.

Screenshot
----------

[](#screenshot)

[![wx20180906-130207](https://user-images.githubusercontent.com/1479100/45136112-3deea300-b1d5-11e8-984d-9d1c8d53c97d.png)](https://user-images.githubusercontent.com/1479100/45136112-3deea300-b1d5-11e8-984d-9d1c8d53c97d.png)

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

[](#installation)

```
composer require rainsens/simplemde
composer require intervention/image
```

Then

```
php artisan vendor:publish --tag=laravel-admin-simplemde
php artisan storage:link
```

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

[](#configuration)

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

```
    'extensions' => [

        'simplemde' => [

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

            // Set upload url for attachment
            'upload_url' => 'attachments/upload',

            // If you want to set an alias for the calling method
            //'alias' => 'markdown',

            // Editor configuration
            'config' => [

            ]
        ]
    ]
```

The configuration of the editor can be found in [Simplemde Documentation](https://github.com/sparksuite/simplemde-markdown-editor#configuration)

```
    'config' => [
        'autofocus'   => true,
        'placeholder' => 'xxxx',
        ....
    ]
```

Usage
-----

[](#usage)

Use it in the form:

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

Set height

```
$form->simplemde('content')->height(500);
```

If the method alias is specified in the configuration as `markdown`

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

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 85.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 ~72 days

Total

4

Last Release

2590d ago

Major Versions

v0.1 → v1.02018-09-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/85cc7663d5beaa236e4b4feca559ef19076c812b6fa4ea337bc181fe34034938?d=identicon)[Rainsen](/maintainers/Rainsen)

---

Top Contributors

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

---

Tags

markdownextensioneditorlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rainsens-simplemde/health.svg)

```
[![Health](https://phpackages.com/badges/rainsens-simplemde/health.svg)](https://phpackages.com/packages/rainsens-simplemde)
```

###  Alternatives

[laravel-admin-ext/simplemde

Simplemde markdown editor extension for laravel-admin

3346.5k1](/packages/laravel-admin-ext-simplemde)[kartik-v/yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0

88265.8k6](/packages/kartik-v-yii2-markdown)

PHPackages © 2026

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