PHPackages                             dillingham/notable - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dillingham/notable

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dillingham/notable
==================

Markdown to static content

0.0.3(3y ago)45MITPHPPHP &gt;=7.1.0

Since Oct 9Pushed 3y agoCompare

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

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

Notable
=======

[](#notable)

A simple documentation package for Laravel.

```
php artisan notable:install

```

- adds a `docs` folder in your project's root for markdown
- adds a `docs` folder in resources/views for the page layout
- adds the following route to the top of routes/web.php

```
Route::markdown('docs', base_path('docs'));

```

1st parameter is the endpoint to make the root 2nd parameter is a path to a markdown folder

A file with the following path in a project:

```
docs/getting-started/installation.md

```

will appear like this in the browser

```
docs/getting-started/installation

```

Note: `docs` in the url is from Route definition It isn't the folder's name. It can be changed.

### TODO:

[](#todo)

- Cache html rendered markdown.. if modified time &gt; last cache, render
- Add folder and file number ordering 1-getting-started -&gt; 1-installation
- Add route helpers for settings (see below)
- Add "On this page" section links
- Add repository config for "edit page"

```
Route::markdown()
    ->directory(base_path('docs'))
    ->prefix('documentation')
    ->view('docs.show')
    ->sections(config('docs.sections'))
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

Total

3

Last Release

1261d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29180903?v=4)[Brian](/maintainers/dillingham)[@dillingham](https://github.com/dillingham)

---

Top Contributors

[![dillingham](https://avatars.githubusercontent.com/u/29180903?v=4)](https://github.com/dillingham "dillingham (18 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dillingham-notable/health.svg)

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

###  Alternatives

[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[wp-hooks/generator

Generates a JSON representation of the WordPress actions and filters in your code

86178.4k3](/packages/wp-hooks-generator)[stepanenko3/nova-cards

A Laravel Nova info cards.

33143.0k](/packages/stepanenko3-nova-cards)[mobizel/markdown-docs-bundle

Explore your markdown documentation files via html web pages

108.6k](/packages/mobizel-markdown-docs-bundle)[benmanu/silverstripe-styleguide

Generates a styleguide for a SilverStripe theme

108.1k1](/packages/benmanu-silverstripe-styleguide)

PHPackages © 2026

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