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

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

ohseesoftware/laravel-markdown-content
======================================

Laravel Markdown Content is an opinionated package that aims to make adding markdown generated pages to your site a breeze.

v1.1.0(4y ago)1294MITPHPPHP ^8.0

Since Jan 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ohseesoftware/laravel-markdown-content)[ Packagist](https://packagist.org/packages/ohseesoftware/laravel-markdown-content)[ Docs](https://github.com/ohseesoftware/laravel-markdown-content)[ RSS](/packages/ohseesoftware-laravel-markdown-content/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

Laravel Markdown Content
========================

[](#laravel-markdown-content)

[![Current Release](https://camo.githubusercontent.com/4cfa4fce7d78dabd478c989c2e066b61eb50cf8ad61cceb32cc290c2a08b5fc0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f68736565736f6674776172652f6c61726176656c2d6d61726b646f776e2d636f6e74656e742e7376673f7374796c653d666c61742d737175617265)](https://github.com/ohseesoftware/laravel-markdown-content/releases)[![Build Status Badge](https://github.com/ohseesoftware/laravel-markdown-content/workflows/Build/badge.svg)](https://github.com/ohseesoftware/laravel-markdown-content/workflows/Build/badge.svg)[![Downloads](https://camo.githubusercontent.com/97ddb52e579c15f2e5de6d4470897a3f521de4b76576282adc5dce3ba268940d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f68736565736f6674776172652f6c61726176656c2d6d61726b646f776e2d636f6e74656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ohseesoftware/laravel-markdown-content)[![MIT License](https://camo.githubusercontent.com/85915674e46b76b044d6c1c97b901d42da6a8dda741cff0b6bbff9a30b132e2d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6f68736565736f6674776172652f6c61726176656c2d6d61726b646f776e2d636f6e74656e742e7376673f7374796c653d666c61742d737175617265)](https://github.com/ohseesoftware/laravel-markdown-content/blob/master/LICENSE)

Overview
--------

[](#overview)

Laravel Markdown Content is an opinionated package that aims to make adding markdown generated pages to your site a breeze. It follows the same idea and was heavily inspired by [Laravel Pages](https://github.com/archtechx/laravel-pages).

Out of the box, Laravel Markdown Content supports the following use cases:

- Rendering a single article
- Rendering a list of articles
- Rendering a single category

Articles can be any type of content and are not limited to "posts".

### Content

[](#content)

- Markdown content is parsed and rendered into HTML via Commonmark, allowing you to pass in extra plugins
- The package will then render a Blade view of your choosing, passing in the HTML version of the markdown content

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

[](#installation)

Install the package via composer:

```
composer require ohseesoftware/laravel-markdown-content

```

Publish the configuration file:

```
php artisan vendor:publish --tag=markdown-content-config

```

The configuration file allows you to define:

- Custom Commonmark extensions for rendering your content
- Route definitions for the supplied route logic

**Note:** the package does not provide a default view to render your content, so you must supply your own view and add it to the configuration file.

### Maintainability score

[](#maintainability-score)

- If you want to report on code maintainability, setup the repo at
- Update the Code Climate image URL in this README file

### Write documentation

[](#write-documentation)

- Remove this TODO section and replace with documentation for your package!

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Owen Conti](https://github.com/ohseesoftware)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://https://laravelpackageboilerplate.com/.com).

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~3 days

Total

3

Last Release

1614d ago

### Community

Maintainers

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

---

Top Contributors

[![owenconti](https://avatars.githubusercontent.com/u/791222?v=4)](https://github.com/owenconti "owenconti (8 commits)")

---

Tags

laravelohseesoftware

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[api-platform/laravel

API Platform support for Laravel

58170.8k13](/packages/api-platform-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)[itstructure/laravel-grid-view

Grid view for laravel framework

2448.7k4](/packages/itstructure-laravel-grid-view)[ycs77/inertia-laravel-ssr-head

Simple SSR Head for Inertia Laravel

3414.1k](/packages/ycs77-inertia-laravel-ssr-head)

PHPackages © 2026

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