signdeer/prezet 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

signdeer/prezet

最新稳定版本:v1.0.9

Composer 安装命令:

composer require signdeer/prezet

包简介

A Prezet Fork : Markdown Blogging for Laravel

README 文档

README

This fork is maintained by Signdeer, a secure, modern platform for e-signatures, approvals, and digital document workflows built for African teams and global standards.

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:

Screenshot of Prezet blog

Table of Contents

✨ 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

  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

Detailed documentation is available at prezet.com

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 495
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 24
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-23