Best of Laravel NewsNovember 2025

  1. 1
    Article
    Avatar of lnLaravel News·28w

    Laravel News

    HydePHP v2.0 is a static site generator built on Laravel that combines Markdown with modern tooling. The release introduces Vite for frontend builds, a redesigned navigation API, enhanced asset management, and improved documentation features with smart natural language processing. Breaking changes include Tailwind CSS v4 upgrade, ESM module migration, and new configuration formats for navigation and features.

  2. 2
    Article
    Avatar of lnLaravel News·26w

    Build Production-ready APIs in Laravel with Tyro

    Tyro is a zero-config Laravel package that provides production-ready API functionality including authentication via Sanctum, role-based access control, privilege management, and 40+ Artisan commands. It offers built-in middleware for protecting routes with roles and privileges, supports user suspension workflows, and includes factories, seeders, tests, and a Postman collection for immediate use.

  3. 3
    Article
    Avatar of lnLaravel News·26w

    Time Interval Helpers in Laravel 12.40

    Laravel 12.40.0 introduces new time interval helper functions for working with dates (seconds, minutes, hours, days, years) and Carbon methods (plus/minus). The release adds the ability to schedule tasks on specific days of the month using daysOfMonth(), an encoding validation rule for uploaded files, and commands to pause and resume queue workers. Additional improvements include Redis cluster fixes, type hint enhancements, and various bug fixes for cache, sessions, and routing components.