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 →
Validate and Convert HEIC Images in Laravel image

Validate and Convert HEIC Images in Laravel

Read article
Saga Lara Flow: Durable Workflows and Compensating Transactions on Laravel Queues image

Saga Lara Flow: Durable Workflows and Compensating Transactions on Laravel Queues

Read article
Reject Unexpected Array Keys with Laravel Validation image

Reject Unexpected Array Keys with Laravel Validation

Read article
Major performance improvements & security patches for Filament v4.12 and v5.7! image

Major performance improvements & security patches for Filament v4.12 and v5.7!

Read article
Laravel Boost Project Rules: Teach Agents Your Conventions image

Laravel Boost Project Rules: Teach Agents Your Conventions

Read article
Extract an Image's Dominant Color in Laravel image

Extract an Image's Dominant Color in Laravel

Read article