PHPackages                             php-panel/ladmin-ext-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. [Templating &amp; Views](/categories/templating)
4. /
5. php-panel/ladmin-ext-simplemde

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

php-panel/ladmin-ext-simplemde
==============================

Simplemde markdown editor extension for laravel-admin

05PHP

Since Dec 4Pushed 5mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Simplemde editor extension for laravel-admin
============================================

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

[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 php-panel/ladmin-ext-simplemde
```

Then

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

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,

            // 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

19

—

LowBetter than 10% of packages

Maintenance49

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

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

### 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 (6 commits)")[![bestony](https://avatars.githubusercontent.com/u/13283837?v=4)](https://github.com/bestony "bestony (1 commits)")[![leeqvip](https://avatars.githubusercontent.com/u/35752209?v=4)](https://github.com/leeqvip "leeqvip (1 commits)")

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

555.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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