PHPackages                             tudouer/simditor - 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. tudouer/simditor

ActiveLibrary

tudouer/simditor
================

Simditor for Laravel-admin

v2.0.1(6mo ago)03MITJavaScriptPHP ^8.1

Since Nov 3Pushed 6mo agoCompare

[ Source](https://github.com/todouer/simditor)[ Packagist](https://packagist.org/packages/tudouer/simditor)[ Docs](https://github.com/tudouer/simditor)[ RSS](/packages/tudouer-simditor/feed)WikiDiscussions master Synced 1mo ago

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

Simditor extension for laravel-admin
====================================

[](#simditor-extension-for-laravel-admin)

This is a `laravel-admin` extension that integrates [Simditor](https://github.com/mycolorway/simditor) into the `laravel-admin` form. It works with both the historical `encore/laravel-admin` package and the community-maintained [`php-casbin/laravel-admin`](https://github.com/php-casbin/laravel-admin) fork that targets Laravel 12.

Screenshot
----------

[](#screenshot)

[![simditor](https://user-images.githubusercontent.com/2421068/45915071-0e9c8f00-be81-11e8-94b5-8094113b71f1.png)](https://user-images.githubusercontent.com/2421068/45915071-0e9c8f00-be81-11e8-94b5-8094113b71f1.png)

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

[](#installation)

```
composer require tudouer/simditor

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

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

[](#configuration)

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

```
'extensions' => [
    'simditor' => [
        // Set to false if you want to disable this extension
        'enable' => true,
        // Editor configuration
        'config' => [
            'upload' => [
                'url' => '/admin/api/upload', # example api route: admin/api/upload
                'fileKey' => 'upload_file',
                'connectionCount' => 3,
                'leaveConfirm' => 'Uploading is in progress, are you sure to leave this page?'
            ],
            'tabIndent' => true,
            'toolbar' => ['title', 'bold', 'italic', 'underline', 'strikethrough', 'fontScale', 'color', '|', 'ol', 'ul', 'blockquote', 'code', 'table', '|', 'link', 'image', 'hr', '|', 'indent', 'outdent', 'alignment'],
            'toolbarFloat' => true,
            'toolbarFloatOffset' => 0,
            'toolbarHidden' => false,
            'pasteImage' => true,
            'cleanPaste' => false,
        ]
    ]
]
```

The configuration of the editor can be found in [Simditor Documentation](https://simditor.tower.im/docs/doc-usage.html).

Usage
-----

[](#usage)

Use it in the form form:

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

More resources
--------------

[](#more-resources)

[Awesome Laravel-admin](https://github.com/tudouer/awesome-laravel-admin)

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance68

Regular maintenance activity

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

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

188d ago

Major Versions

v1.2.0 → v2.0.12025-11-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/6676a9a13bd9bab791e15b4f4d5679a445fad6946ea1200cf420091404f59b40?d=identicon)[tudouer](/maintainers/tudouer)

---

Top Contributors

[![jxlwqq](https://avatars.githubusercontent.com/u/2421068?v=4)](https://github.com/jxlwqq "jxlwqq (6 commits)")[![todouer](https://avatars.githubusercontent.com/u/73217797?v=4)](https://github.com/todouer "todouer (2 commits)")[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (2 commits)")[![summerway](https://avatars.githubusercontent.com/u/5858441?v=4)](https://github.com/summerway "summerway (1 commits)")

---

Tags

extensionlaravel-admin

### Embed Badge

![Health badge](/badges/tudouer-simditor/health.svg)

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

###  Alternatives

[laravel-admin-ext/grid-lightbox

Turn your grid into a lightbox &amp; gallery

58180.9k2](/packages/laravel-admin-ext-grid-lightbox)[laravel-admin-ext/wang-editor

wangEditor extension for laravel-admin

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

Integrates jQuery sparkline into laravel-admin

161.1k](/packages/laravel-admin-ext-sparkline)

PHPackages © 2026

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