PHPackages                             sharemant/laravel-admin-ext-editormd - 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. [Admin Panels](/categories/admin)
4. /
5. sharemant/laravel-admin-ext-editormd

ActiveLibrary[Admin Panels](/categories/admin)

sharemant/laravel-admin-ext-editormd
====================================

EditorMd(V.1.5.0) for laravel-admin.

v1.1(5y ago)177.1k↓88.9%4[4 issues](https://github.com/ShareManT/laravel-admin-ext-editormd/issues)MITJavaScriptPHP &gt;=7.0.0CI failing

Since Feb 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ShareManT/laravel-admin-ext-editormd)[ Packagist](https://packagist.org/packages/sharemant/laravel-admin-ext-editormd)[ Docs](https://github.com/laravel-admin-ext/editormd)[ RSS](/packages/sharemant-laravel-admin-ext-editormd/feed)WikiDiscussions master Synced 1w ago

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

[![](https://camo.githubusercontent.com/baf51e20815f9c7a3ac383ec4ccdd49dfb1fda3a1501cdc8a157fe705f28fa50/68747470733a2f2f736f6369616c6966792e6769742e63692f53686172654d616e542f6c61726176656c2d61646d696e2d6578742d656469746f726d642f696d6167653f666f6e743d496e74657226666f726b733d31266973737565733d31266f776e65723d31267374617267617a6572733d31267468656d653d4c69676874)](https://camo.githubusercontent.com/baf51e20815f9c7a3ac383ec4ccdd49dfb1fda3a1501cdc8a157fe705f28fa50/68747470733a2f2f736f6369616c6966792e6769742e63692f53686172654d616e542f6c61726176656c2d61646d696e2d6578742d656469746f726d642f696d6167653f666f6e743d496e74657226666f726b733d31266973737565733d31266f776e65723d31267374617267617a6572733d31267468656d653d4c69676874)

EditorMD extension for laravel-admin
====================================

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

This is a `laravel-admin` extension that integrates [EditorMD](http://pandao.github.io/editor.md/) into the `laravel-admin` form. To adopt to laravel-admin, I made some tiny changes in editormd aseets. Please feel free to contact me if you encounter any difficulties when you use this extension.

Screenshot
----------

[](#screenshot)

[![screenshot](https://user-images.githubusercontent.com/4065724/52049451-d02e8380-2588-11e9-96b8-1cf66b18f934.jpg)](https://user-images.githubusercontent.com/4065724/52049451-d02e8380-2588-11e9-96b8-1cf66b18f934.jpg)

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

[](#installation)

```
composer require sharemant/laravel-admin-ext-editormd
php artisan vendor:publish --tag=laravel-admin-ext-editormd
```

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

[](#configuration)

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

### Example

[](#example)

```
