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.
- 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
- http://localhost:8000/ username :
admin
password :admin
php hyde build
php hyde serve