Laravel Launches an OSS Advent Calendar
Published on December 8th, 2025 by Eric L. Barnes
Laravel has introduced a new holiday-themed microsite, the Laravel OSS Advent Calendar 2025. This innovative platform reveals a short video and highlights a different open-source package each day from December 1 through 25. Each day’s “door” focuses on a specific part of the official Laravel ecosystem, offering a quick overview, installation instructions, and health statistics for the project, all conveniently located in one place.
How the Laravel OSS Advent Calendar Works
The Advent Calendar can be accessed at laravel.com/advent. It presents a horizontal calendar from December 1 to 25, showing which days have been unlocked and providing a countdown to the next video release. Every unlocked day includes:
- A short video about the package
- A one-line tagline that explains the package’s functionality
- Links to “Start using” the package and its GitHub repository
- The composer require command for quick installation
- Current version, total downloads, GitHub stars, and contributor count
This format creates a browsable catalog of first-party Laravel tools, framed as a festive Advent experience rather than a dry product list.
Packages Featured in the Calendar
The calendar spotlights well-known first-party packages alongside newer additions to the Laravel ecosystem. As of today, the unlocked entries include:
- Laravel Pennant – A lightweight feature flag package for Laravel, allowing developers to release features gradually, conduct A/B tests with confidence, and control feature rollouts across applications.
- Prompts – A tool to create stunning terminal interfaces with text inputs, selections, confirmations, and more, transforming mundane command-line interactions into delightful user experiences.
- Telescope – A monitoring tool that tracks requests, exceptions, database queries, jobs, and more, all presented in a beautiful dashboard.
- Pail – A real-time log streaming tool that offers filtering capabilities in the terminal.
- Laravel Sail – The official Docker-based local development environment for Laravel applications.
- Laravel Pint – An opinionated code formatter that adheres to Laravel conventions.
- Laravel Passport and Sanctum – First-party solutions for OAuth2 and token-based API authentication.
- Laravel Octane – A performance and real-time tooling solution, providing high throughput app servers and WebSockets, along with Livewire-friendly components.
Why This is Useful for Developers and Teams
For developers who primarily interact with Laravel through the main framework and a select few packages, the Advent Calendar serves as a valuable resource in several ways:
- It helps developers discover official tools they may not have previously explored.
- It provides quick access to installation commands and current version information.
- It offers short, visual explanations of each package’s purpose.
- It displays maturity signals, such as download counts and GitHub stars, which can be beneficial when pitching tools to a team.
This resource also acts as a handy reference for teams evaluating which challenges can be addressed with supported first-party packages instead of assembling third-party solutions.
How to Follow Along
To stay updated, you can browse all unlocked days and upcoming entries at laravel.com/advent. Each package section links directly to its documentation and GitHub repository, allowing users to transition from discovery to installation in just a few clicks.
Frequently Asked Questions
The Laravel OSS Advent Calendar aims to showcase a different open-source package from the Laravel ecosystem each day, providing developers with insights, installation instructions, and health statistics for each package.
Developers can discover new tools, quickly access installation commands, and evaluate the maturity of packages through metrics like downloads and GitHub stars, which can help in decision-making for their projects.
The Laravel OSS Advent Calendar can be found at laravel.com/advent, where users can explore all unlocked days and upcoming entries.
Call To Action
Explore the Laravel OSS Advent Calendar today to discover new tools that can enhance your development workflow and improve your projects. Don’t miss out on the chance to learn about the latest packages in the Laravel ecosystem!
Note: The Laravel OSS Advent Calendar is a unique initiative that not only celebrates the holiday season but also promotes the use of open-source tools within the Laravel community, fostering collaboration and innovation.

