PHPackages                             vasar/simplemde-support-uploadimage - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. vasar/simplemde-support-uploadimage

ActiveLibrary[File &amp; Storage](/categories/file-storage)

vasar/simplemde-support-uploadimage
===================================

laravel-admin extension of simplemde,support paste drop upload image

0.0.2(7y ago)031MITPHPPHP &gt;=7.0.0

Since Feb 18Pushed 7y agoCompare

[ Source](https://github.com/vasarr/simplemde-support-image)[ Packagist](https://packagist.org/packages/vasar/simplemde-support-uploadimage)[ RSS](/packages/vasar-simplemde-support-uploadimage/feed)WikiDiscussions master Synced 3d ago

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

 laravel-admin simplemde 编辑器
=============================

[](#-laravel-admin-simplemde-编辑器-)

支持粘贴，拖拽图片上传

Installing
----------

[](#installing)

```
$ composer require vasar/simplemde-support-uploadimage

$ php artisan vendor:publish
> select [Vasar\Simplemde\SimplemdeServiceProvider]
```

Usage
-----

[](#usage)

In the extensions section of the config/admin.php file

```
'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) and configuration upload image.

```
'config' => [
    'autofocus'   => true,
    'spellChecker' => false,
    'upload' => 'upload url',
    'uploadFieldName' => 'xxx_filedName', // 上传字段 默认：image
    'jsonFieldName' => 'xxx_jsonFieldName', // json 返回字段 默认：image

    ....
]

```

use in form

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

```

License
-------

[](#license)

MIT

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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

Every ~0 days

Total

2

Last Release

2690d ago

### Community

Maintainers

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

---

Top Contributors

[![vasarr](https://avatars.githubusercontent.com/u/46552289?v=4)](https://github.com/vasarr "vasarr (15 commits)")

### Embed Badge

![Health badge](/badges/vasar-simplemde-support-uploadimage/health.svg)

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

###  Alternatives

[dianwoung/large-file-upload

An extension of laravel-admin for uploading large files

7747.3k2](/packages/dianwoung-large-file-upload)[catlane/chunk-file-upload

文件上传小扩展，可支持大文件分块分片上传到七牛云or本地，优化您上传大文件的苦恼

284.9k](/packages/catlane-chunk-file-upload)[jxlwqq/file-manager

file manager for laravel-admin

1115.8k](/packages/jxlwqq-file-manager)[laravel-admin-ext/file-browser

A file browser for laravel-admin

153.0k](/packages/laravel-admin-ext-file-browser)

PHPackages © 2026

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