Best of LaravelDecember 2025

  1. 1
    Article
    Avatar of laravelLaravel·22w

    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.

  2. 2
    Article
    Avatar of laravelLaravel·22w

    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.