Laravel Packages

HydePHP v2

Published
HydePHP v2 image

HydePHP is a static site generator created by Emma De Silva that combines Laravel with Markdown for a streamlined development experience. Released at the October 2025 Laravel Meetup in Stockholm, HydePHP v2.0 introduces a range of improvements, including an updated asset system, a redesigned navigation API, and various enhancements designed to make development more efficient. With the adoption of Vite for frontend tooling and updates to several core features, this release focuses on performance, flexibility, and ease of use.

Major Features

  • Modern Frontend Tooling with Vite: Replaced Laravel Mix with Vite for a faster, more modern development experience.
  • Enhanced Asset Management System: The new consolidated Asset API provides a more intuitive interface for handling media files
  • Redesigned Navigation API: The navigation system has been completely rewritten for maximum flexibility.
  • Improved Documentation Features: Documentation pages now benefit from several enhancements. e.g., Smart natural language processing and dynamic source file links
  • Better Developer Experience: Numerous quality-of-life improvements for developers. e.g., PHP 8.4 support and Improved error messages with clearer exception handling
  • and much more.

In version 2, there are a few breaking changes to be aware of, such as:

  • Tailwind CSS v3 to v4 upgrade, so you will need to run the automated upgrade tool to migrate your custom classes
  • ESM module migration, so if you have custom JavaScript, you will need to update to ESM syntax.
  • The Navigation configuration now uses a new array-based format
  • In the Features Configuration, static method calls have been replaced with enum values in your config/hyde.php.

View the full release notes in the official documentation and take a look at the source code at GitHub.

Yannick Lyn Fatt photo

Staff Writer at Laravel News and Full stack web developer.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Laravel Starter Kits Now Ship with Vite+ image

Laravel Starter Kits Now Ship with Vite+

Read article
Pessimistic Locking in Laravel Eloquent with refreshForUpdate() image

Pessimistic Locking in Laravel Eloquent with refreshForUpdate()

Read article
Mask Query Bindings in Laravel Exception Messages image

Mask Query Bindings in Laravel Exception Messages

Read article
whereBinary(): Case-Sensitive MySQL Queries in Laravel image

whereBinary(): Case-Sensitive MySQL Queries in Laravel

Read article
Compile PHP to Native Binaries with TypePHP image

Compile PHP to Native Binaries with TypePHP

Read article
State of Laravel 2026 Survey Is Now Open image

State of Laravel 2026 Survey Is Now Open

Read article