PHPackages                             adrianstoica/laravel-mde - 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. adrianstoica/laravel-mde

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

adrianstoica/laravel-mde
========================

Modern, concise and easy-to-use Markdown text editor

1.2(5y ago)072MITPHPPHP &gt;=5.5.9

Since Apr 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/adistoica/laravel-mde)[ Packagist](https://packagist.org/packages/adrianstoica/laravel-mde)[ RSS](/packages/adrianstoica-laravel-mde/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)DependenciesVersions (4)Used By (0)

laravel-mde
===========

[](#laravel-mde)

Modern, concise and easy-to-use Markdown editor
-----------------------------------------------

[](#modern-concise-and-easy-to-use-markdown-editor)

`laravel-mde` is based on simplemde's fork version InscrybMDE editor and adapts to Laravel's `markdown` editor. Source address \[InscrybMDE\] ()

Laravel version
---------------

[](#laravel-version)

This extension package has been tested and adapted to the stable version above `Laravel 5.5` (versions below` 5.5` are theoretically feasible, but not tested).

> Note： The js and css used in this extension use jsdelivr CDN. To ensure availability, it is recommended to download js and css to the local.

Requirements
------------

[](#requirements)

This composer package requires for you to install locally the InscrybMDE dependencies (JS &amp; CSS) as well as jQuery.

Or via JSDeliver -- although your app's load times will be slower:

```

```

Installation and configuration
------------------------------

[](#installation-and-configuration)

```
composer require adrianstoica/laravel-mde dev-master
```

After the dependency installation is complete, if the laravel version is less than 5.6, please add in `app.php`:

```
'providers' => [
    AdrianStoica\Editor\EditorServiceProvider::class,
],
```

Then, execute the following `artisan` command, select the corresponding option of the editor, and publish the expansion package configuration and other items.

```
php artisan vendor:publish --force
```

```
