HydePHP - Static Site Generator with the power of Laravel and the simplicity of Markdown.
HydePHP is a content-first Laravel-powered console application that allows users to create static HTML pages, blog posts, and documentation sites using Markdown and/or Blade. It provides a full batteries-included TailwindCSS frontend that is responsive and customizable. Hyde focuses on speed, simplicity, and giving users full control over their content.
To install HydePHP, follow these steps:
composer create-project hydephp/hyde
cd hyde
.env.example
file to .env
:cp .env.example .env
php artisan key:generate
php artisan serve
For more detailed installation instructions and getting started guide, refer to the official documentation.
HydePHP is an elegant and powerful static site generator that provides an easy way to create static HTML pages, blog posts, and documentation sites. With its content-first approach, full-featured frontend starter kit, and customization options, HydePHP aims to simplify the website creation process and give users control over their content.