PHPackages                             willvincent/laravel-markdown - 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. willvincent/laravel-markdown

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

willvincent/laravel-markdown
============================

Markdown including typographic prettification based on 'SmartyPants'

11PHP

Since Jun 24Pushed 10y agoCompare

[ Source](https://github.com/willvincent/laravel-markdown)[ Packagist](https://packagist.org/packages/willvincent/laravel-markdown)[ RSS](/packages/willvincent-laravel-markdown/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Laravel Markdown
================

[](#laravel-markdown)

Provides a markdown parser facade, with optional typographical prettification using [SmartyPants](https://github.com/michelf/php-smartypants) to Laravel 5.x.

### Installation

[](#installation)

Download the package with composer:

```
composer require willvincent/laravel-markdown

```

**NOTE:** You may need to add the following to your composer.json to allow dev packages to be installed:

```
"minimum-stability": "dev",
"prefer-stable": true

```

Update your config/app.php file to reference the provider and facade:

```
'providers' => [
    // ...
    willvincent\LaravelMarkdown\LaravelMarkdownServiceProvider::class,
],

```

```
'aliases' => [
    // ...

    'Markdown' => willvincent\LaravelMarkdown\Facades\LaravelMarkdownFacade::class,
],

```

Run `php artisan vendor:publish` to copy the default config file into your app's config directory; `config/markdown.php`

### Usage

[](#usage)

Usage is simple, pass markdown you want to parse (and optionally prettify based on your config settings) to the `parse()` method of the Markdown facade.

```
// Assuming $text is a variable populated with markdown...
Markdown::parse($text)

```

Presumably most people will use this to display data loaded from their database within a blade template;

```
  {!! Markdown::parse($text) !!}

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c6239b14bdb77aba00cd0bc65f561ad8dd694ec4a18508c69eff119352d54fa?d=identicon)[willvincent](/maintainers/willvincent)

---

Top Contributors

[![willvincent](https://avatars.githubusercontent.com/u/689891?v=4)](https://github.com/willvincent "willvincent (2 commits)")

### Embed Badge

![Health badge](/badges/willvincent-laravel-markdown/health.svg)

```
[![Health](https://phpackages.com/badges/willvincent-laravel-markdown/health.svg)](https://phpackages.com/packages/willvincent-laravel-markdown)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

281.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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