PHPackages                             signdeer/prezet - 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. signdeer/prezet

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

signdeer/prezet
===============

A Prezet Fork : Markdown Blogging for Laravel

v1.0.9(12mo ago)0775MITPHPPHP ^8.2

Since Jun 23Pushed 12mo agoCompare

[ Source](https://github.com/Signdeer/prezet)[ Packagist](https://packagist.org/packages/signdeer/prezet)[ Docs](https://github.com/prezet/prezet)[ GitHub Sponsors](https://github.com/benbjurstrom)[ RSS](/packages/signdeer-prezet/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (20)Versions (10)Used By (0)

This fork is maintained by [Signdeer](https://signdeer.com), a secure, modern platform for e-signatures, approvals, and digital document workflows built for African teams and global standards.

Prezet: Markdown Blogging for Laravel
=====================================

[](#prezet-markdown-blogging-for-laravel)

**Go from markdown files to SEO-friendly blogs, articles, and documentation in seconds!** The Prezet framework makes it easy to parse, index, and serve your Markdown content efficiently within a Laravel application.

*Looking for a ready-to-use frontend? Check out our offical template packages:*

- [prezet/docs-template](https://github.com/prezet/docs-template)
- [prezet/blog-template](https://github.com/prezet/blog-template)

   ![Screenshot of Prezet blog](https://raw.githubusercontent.com/prezet/prezet/main/art/screenshot-light.png)Table of Contents
-----------------

[](#table-of-contents)

- [Framework Features](#-framework-features)
- [Quick Start](#-quick-start)
- [Documentation](#documentation)

✨ Framework Features
--------------------

[](#-framework-features)

 • SQLite Index Indexes your markdown files to support search, pagination, sorting, and filtering. • Automatic Image Optimization Handles image processing, including compression, scaling, and generating responsive `srcset` attributes. • Validated Front Matter Define expected front matter fields and automatically cast them into validated Data Transfer Objects (DTOs) for type-safe access in your application. • Open Graph (OG) images Generate OG images from front matter using a customizable template. • Dynamic Table of Contents Automatically extracts headings from your Markdown content to generate data for a nested Table of Contents. • SEO Optimization Automatically generate meta tags based on front matter data for better search engine discoverability. • Blade Components Include Laravel Blade components in your markdown for enriched, interactive content.🚀 Quick Start
-------------

[](#-quick-start)

1. **Install the Prezet framework:**

    ```
    # Install the framework package
    composer require signdeer/prezet

    # Run the framework installer
    php artisan prezet:install
    ```
2. **Install a Frontend Template:**

    The Prezet framework provides the backend engine. A template package provides the frontend (routes, controllers, views, CSS).

    *Example using the Official Docs Template:*

    ```
    # Install the template package
    composer require prezet/docs-template --dev

    # Run the template's installer
    php artisan docs-template:install
    ```
3. **Index Your Content:**After adding or modifying Markdown files in your content directory update the Prezet index:

    ```
    php artisan prezet:index --fresh
    ```

    This command scans your content directory and updates the SQLite index with the latest front matter information. Run this whenever you:

    - Add new Markdown files.
    - Change a file's slug (filename).
    - Modify front matter and need it reflected in listings or searches. *(Changes to the main body content of Markdown files are reflected automatically when viewing a single page).*
4. **Start Your Server:**

    ```
    php artisan serve
    ```

    Visit the routes defined by your installed frontend template (e.g., `/prezet` if using `prezet/docs-template`).

Documentation
-------------

[](#documentation)

Detailed documentation is available at [prezet.com](https://prezet.com)

Credits
-------

[](#credits)

- [Ben Bjurstrom](https://github.com/benbjurstrom)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance50

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.8% 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 ~2 days

Total

9

Last Release

363d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14187746?v=4)[Vincent Mungai](/maintainers/Vincent95)[@Vincent95](https://github.com/Vincent95)

---

Top Contributors

[![benbjurstrom](https://avatars.githubusercontent.com/u/12499093?v=4)](https://github.com/benbjurstrom "benbjurstrom (115 commits)")[![Vincent95](https://avatars.githubusercontent.com/u/14187746?v=4)](https://github.com/Vincent95 "Vincent95 (8 commits)")[![djped](https://avatars.githubusercontent.com/u/38254694?v=4)](https://github.com/djped "djped (2 commits)")[![timkley](https://avatars.githubusercontent.com/u/6104339?v=4)](https://github.com/timkley "timkley (2 commits)")[![edjw](https://avatars.githubusercontent.com/u/6547979?v=4)](https://github.com/edjw "edjw (1 commits)")[![fuzzyfox](https://avatars.githubusercontent.com/u/99770?v=4)](https://github.com/fuzzyfox "fuzzyfox (1 commits)")[![pikant](https://avatars.githubusercontent.com/u/24542171?v=4)](https://github.com/pikant "pikant (1 commits)")[![damms005](https://avatars.githubusercontent.com/u/9839355?v=4)](https://github.com/damms005 "damms005 (1 commits)")

---

Tags

laravelprezet

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/signdeer-prezet/health.svg)

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

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

209151.3k2](/packages/guava-filament-knowledge-base)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M992](/packages/statamic-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[prezet/prezet

Prezet: Markdown Blogging for Laravel

30815.6k3](/packages/prezet-prezet)

PHPackages © 2026

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