Best of LaravelDecember 2025

  1. 1
    Article
    Avatar of laraveldevLaravel Dev·15w

    PHP Is Alive But No Longer Strategic

    PHP remains functional and profitable but has lost its strategic position in modern development. Laravel and WordPress sustain the ecosystem, yet GitHub activity shows declining innovation. Full-stack JavaScript offers superior development speed through unified language usage across all layers. The PHP user base skews toward older developers maintaining legacy systems. While PHP continues serving existing applications, it no longer drives modern architecture patterns like distributed systems and event-driven design.

  2. 2
    Article
    Avatar of lnLaravel News·18w

    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.

  3. 3
    Article
    Avatar of lnLaravel News·18w

    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.

  4. 4
    Article
    Avatar of lnLaravel News·16w

    Laravel TOON: Reduce LLM Token Usage by 40-60%

    Laravel TOON is a package that reduces LLM token usage by 40-60% through intelligent data serialization. It flattens nested JSON objects into a compact YAML-like format using dot notation, eliminating repeated keys, braces, and quotes. Real-world benchmarks show savings of ~2,200 tokens per 50-record response. The package includes configuration options for omitting null values, truncating strings, aliasing keys, and controlling nesting depth. It's particularly useful for MCP servers and LLM context optimization, with full round-trip fidelity for decoding back to original structures.

  5. 5
    Article
    Avatar of lnLaravel News·15w

    Laravel Extended Commands

    A Laravel package adds Artisan commands for generating common design pattern stubs like Builders, Actions, Collections, Concerns, and Contracts. After installing via Composer, developers can use commands like 'php artisan make:builder' to quickly scaffold these patterns with proper namespacing in the app directory.

  6. 6
    Article
    Avatar of laravelLaravel·17w

    How We Built Laravel Wrapped

    Laravel's team built Laravel Wrapped in under two weeks, creating personalized year-in-review experiences for 55,000+ users. The project aggregated data across Cloud, Forge, and Nightwatch using CSV exports and custom Artisan commands, generated AI-powered insights via batched OpenAI prompts, and built an interactive React/Inertia frontend with drag-and-drop sharing capabilities. Key technical challenges included syncing React components with server-rendered OG images, implementing real-time chat using Laravel MCP, and managing deployment speed through Laravel Cloud's preview environments and serverless Postgres. The team leveraged Laravel Boost extensively for AI-assisted development, enabling rapid iteration and same-day fixes during launch.

  7. 7
    Article
    Avatar of lnLaravel News·19w

    Backpack v7 is Launched

    Backpack v7 launches with major improvements for Laravel admin panel development. Key features include Data Components that allow tables, forms, and grids to be used anywhere as Blade components, Chips for compact information display, Lifecycle Hooks for cleaner code organization, SaveAction Classes for better structure, and reusable Filters. The framework now supports easier brand customization through Skins and CSS variables. Upgrading takes 5-20 minutes for most projects and requires PHP 8.2+ and Laravel 12. Future releases will include AI Agent Kit, Chart Components, and Operation Tests.

  8. 8
    Article
    Avatar of freekFREEK.DEV·18w

    A Production-Ready Laravel Architecture with Traefik and FrankenPHP

    A guide demonstrates how to deploy a high-performance Laravel application using Laravel Octane with FrankenPHP as the application server, Traefik as a reverse proxy, and Docker Compose for orchestration. The architecture focuses on production readiness with automated workflows and optimized performance for PHP applications.

  9. 9
    Article
    Avatar of laravelLaravel·17w

    Writing Clean Code with Laravel: The Artisan of the Day Is Jamie Peters.

    Jamie Peters shares his journey from writing unstructured vanilla PHP for over a decade to discovering Laravel in 2018, which transformed his approach to software development. The framework introduced him to concepts of clean code, architecture, and maintainability, ultimately leading to his current role at Jump24, a Laravel Diamond Partner agency in the UK, where he now treats development as a craft rather than just a job.

  10. 10
    Video
    Avatar of laraveldailyLaravel Daily·16w

    Laravel AI SDK: First "Teaser" by Taylor Otwell #laravel

    Taylor Otwell teased a new Laravel AI SDK coming in 2026, showing a screenshot with audio generation and transcription capabilities. The SDK will be previewed at an event in San Francisco on January 14th, with potential release alongside Laravel 13 in March 2026. The teaser demonstrates methods for generating audio from text and transcribing audio back to text.

  11. 11
    Article
    Avatar of laravelLaravel·17w

    Building with Laravel for Ecommerce. The Artisan of the Day Is Gulzar Ahmed.

    Gulzar Ahmed, CTO of Hyperzod, shares his decade-long journey in software development, from freelance PHP work to leading engineering for a quick commerce platform. He discovered Laravel in 2015 and now builds everything with it, including Hyperzod's 50+ microservices that process thousands of daily orders. The platform powers on-demand delivery businesses with admin dashboards, payment integrations, and AI-powered fleet management. Gulzar actively mentors developers, contributes to Laravel's open source ecosystem, and emphasizes the importance of understanding business problems over just writing code.