HydePHP is a content-first Laravel-powered Static Site Builder that allows you to create static HTML pages, blog posts, and documentation sites using Markdown. Hyde is all about letting you get started quickly, while giving you the power and freedom of doing things the way you want to.
Markdown purist? That's all you need. Blade artisan? Go for it. Hyde comes with hand-crafted frontend templates so you can focus on your content. You don't need to customize anything. But you can customize everything.
Note: This repository contains the core code of the Hyde framework. If you want to build an application using Hyde, visit the main Hyde repository which also serves as a template to get started quickly.
- HydePHP/Framework - The core project containing the brains of Hyde and is not intended to be used as a standalone. Use together with Hyde/Hyde. Equivalent to Laravel/Framework
- HydePHP/Hyde - The Hyde project repo. This is the repository you should start with if you want to build an application using Hyde. This repo is what the installer uses. Equivalent to Laravel/Laravel
- HydePHP/Hydefront - The Hyde frontend assets. Extracted from the HydePHP/Framework repo to improve testing and allow for easier deployment using a CDN.
Heads up! HydePHP is very new and currently in beta. Please report any bugs and issues in the appropriate issue tracker. Versions in the 0.x series are not stable and may change at any time. No backwards compatibility guarantees are made and there will be breaking changes without notice.
Please wait until v1.0 for production use and remember to back up your source files before updating (use Git!). See https://hydephp.github.io/docs/master/updating-hyde.html for the upgrade guide.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security-related issues, please email caen@desilva.se instead of using the issue tracker. All vulnerabilities will be promptly addressed.
The MIT License (MIT). Please see License File for more information.
- The Hyde core is built with Laravel Zero which is based on Laravel
Please see the respective authors' repositories for their license files