Laravel Packages

HydePHP is a Laravel-powered Static Site Generator

Published
HydePHP is a Laravel-powered Static Site Generator image

HydePHP is a static site generator that helps you make websites, blogs, and documentation pages with tools you already know and love. It is a Laravel-powered console application you can use to create blog posts and HTML pages using your choice of Markdown or Blade:

---
title: My New Post
description: A short description used in previews and SEO
category: blog
author: Mr. Hyde
date: 2022-05-09 18:38
---
 
## Write Your Markdown Here
 
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Autem aliquid alias explicabo consequatur similique,
animi distinctio earum ducimus minus, magnam.

Using Hyde's console, you can quickly serve your development project and create pages/posts interactively from the console:

Main Features

  • Create blog posts using Markdown and Front Matter.
  • Create documentation pages from plain Markdown, no front matter needed!
  • Create simple pages using Markdown, or create advanced ones using Laravel Blade.
  • You can scaffold blog posts and Markdown pages to automatically fill in the front matter.
  • You can also scaffold Blade pages to automatically use the default layout.
  • Hyde comes with a TailwindCSS starter kit, so you can start making content right away.
  • The frontend is accessible to screen-readers and rich with semantic HTML and microdata.
  • And more...

Learn More

I recommend digging into the hydephp.com project for a complete example of using this project, which you can find on Github. The official documentation is the best place to get started to learn everything HydePHP has to offer. The source code the HydePHP is also open-source and available on GitHub at hydephp/hyde.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Bifrost Turns One With AI Builds and New Workflows image

Bifrost Turns One With AI Builds and New Workflows

Read article
Preview Blade Templates in macOS Finder with Quick Blade image

Preview Blade Templates in macOS Finder with Quick Blade

Read article
Artisan Debugging Commands in Laravel Telescope 5.24.0 image

Artisan Debugging Commands in Laravel Telescope 5.24.0

Read article
Queue totalSize() and JobInterrupted Event in Laravel 13.31 image

Queue totalSize() and JobInterrupted Event in Laravel 13.31

Read article
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article
Laravel Rulebook: Business Rules That Change by Date image

Laravel Rulebook: Business Rules That Change by Date

Read article