Skip to content

HydePHP is a fast and developer-friendly static site generator for Laravel, designed to create Markdown-powered blogs, documentation sites, and Blade-based web pages. It offers simplicity, flexibility, and deep Laravel integration, making content management efficient.

Notifications You must be signed in to change notification settings

natthasath/demo-hydephp

Repository files navigation

🎉 DEMO HydePHP

HydePHP is a fast and developer-friendly static site generator for Laravel, designed to create Markdown-powered blogs, documentation sites, and Blade-based web pages. It offers simplicity, flexibility, and deep Laravel integration, making content management efficient.

version rating uptime

🚀 Setup

  • Create Project
composer create-project hyde/hyde
  • Usage
php hyde info
php hyde make:post "My First Post"
php hyde make:page "About Me"
  • Configure Environment
cp .env.example .env
  • Migrate
php artisan migrate
npm install
npm run dev

🏆 Run

php hyde build
php hyde serve

About

HydePHP is a fast and developer-friendly static site generator for Laravel, designed to create Markdown-powered blogs, documentation sites, and Blade-based web pages. It offers simplicity, flexibility, and deep Laravel integration, making content management efficient.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published