Best of Laravel NewsDecember 2025

  1. 1
    Article
    Avatar of lnLaravel News·24w

    Laravel launches an OSS Advent Calendar

    Laravel launched a holiday-themed microsite featuring an Advent Calendar that showcases a different open source package from the Laravel ecosystem each day from December 1-25. Each day reveals a short video, installation instructions, and project health stats for official Laravel packages including Pennant, Prompts, Telescope, Pail, Sail, Pint, Passport, Sanctum, and Octane. The calendar serves as a browsable catalog helping developers discover first-party Laravel tools with quick access to documentation, GitHub repositories, and composer install commands.

  2. 2
    Article
    Avatar of lnLaravel News·23w

    Translatable Enums

    Laravel Enum Translatable is a package that enables translation of PHP enum values in multilingual Laravel applications. It provides a trait-based implementation that integrates with Laravel's translation system, allowing enums to be translated across multiple locales. The package supports converting enums to arrays, retrieving translations for specific locales or all locales at once, and automatic casting in Eloquent models. Translation keys are automatically generated based on enum class names and stored in standard Laravel language files.