What to expect in the next generation of Laravel Forge. Read the blog post
Blog /

Community

Community October 8, 2024

Taylor’s Morning Routine & Laravel’s Open Source Pledge

I start every morning by opening up a GitHub search that shows me [all the open pull requests](https://github.com/search?q=org%3Alaravel+is%3Apr+is%3Aopen) across Laravel's open source ecosystem. It’s kind of like my personal to-do list for the day. Some mornings, there are just a handful, or on a Monday there could be a few dozen waiting for me. I go through them one by one—merge, close, or sleep on it. Sometimes I may need to ask another expert for feedback on a particular PR, like Jess Archer on [Prompts](https://github.com/laravel/prompts) or Joe Dixon on [Reverb](https://github.com/laravel/reverb). Staying personally involved in every pull request is what keeps Laravel’s open source projects feeling like they were written by one author. Plus I really enjoy it! But it's not one author! With open source, the door is always open for anyone to step in and make an impact on hundreds of thousands of people’s daily lives. It’s really satisfying seeing people walk through that door and contribute because even a small feature can improve the work life of thousands. Open source is all about community-driven innovation. We’ve been fortunate enough to translate a lot of the success of our core products into hiring more OS engineers, open sourcing products like [Horizon](https://github.com/laravel/horizon), and directly contributing to foundational and 3rd-party projects (see details below). So I’m excited to see more companies stepping up and publicly committing to support open source, and to personally be part of a movement encouraging more open source contribution and growth. — Taylor Otwell Laravel’s Open Source Pledge ---------------------------- At Laravel, we’re proud to join the [Open Source Pledge](https://opensourcepledge.com) and reaffirm our commitment to the projects and communities that power modern web development. Part of the pledge is making $34,000 ($2k per full time developer at Laravel) in financial contributions to foundational tools and projects. For us that means: [**PHP Foundation**](https://thephp.foundation/)**:** The PHP Foundation is essential to maintaining the health of PHP itself, and our contributions help ensure its long-term stability. By supporting the foundation, we’re enabling key features and improvements in PHP, such as the advancements seen in PHP 8.4. [**Composer**](https://getcomposer.org/)**:** Composer transformed PHP by simplifying package management. Laravel’s reliance on Composer helps developers easily integrate third-party packages, and supporting Composer ensures this crucial tool continues to thrive. [**Vue.js**](https://vuejs.org/)**:** Vue.js powers many of our key products, including [Forge](https://forge.laravel.com/), [Vapor](https://vapor.laravel.com/), and [Nova](https://nova.laravel.com/). Vue.js is also integral to our [Breeze](https://github.com/laravel/breeze) and [Jetstream](https://jetstream.laravel.com/) starter kits, making it an essential part of the Laravel ecosystem. [**Inertia.js**](https://inertiajs.com/)**:** Inertia.js is an integral part of Laravel’s commercial products, like [Spark](https://spark.laravel.com/) and [Nova](https://nova.laravel.com/). It simplifies building single-page applications (SPAs) without requiring a full-blown API, making the development process smoother for teams that want the experience of SPAs while still using Laravel as the backend. [**Livewire**](https://laravel-livewire.com/)**:** We use Livewire extensively in [Pulse](https://pulse.laravel.com/), Laravel’s real-time performance monitoring tool. Livewire allows us to build reactive, dynamic user interfaces without needing a JavaScript framework, which aligns perfectly with our desire to stay in the PHP ecosystem while delivering modern, interactive experiences. **Spatie:** We’ve also benefited immensely from the work of [Spatie](https://github.com/spatie), a team based in Belgium known for its high-quality open source PHP packages. Their packages, like [laravel-permission](https://github.com/spatie/laravel-permission), [laravel-backup](https://github.com/spatie/laravel-backup), and [laravel-medialibrary](https://github.com/spatie/laravel-medialibrary), have become foundational components in many Laravel applications. Spatie’s contributions have saved countless hours of development time, allowing Laravel developers—including us—to leverage their robust solutions for permissions, media management, and more. Our Ecosystem Contributions --------------------------- We also have 2-3 developers dedicated full time to OSS at any given time (not including Taylor), and contribute their time as well as other financial sponsorships to our ecosystem of 1st-party & 3rd-party OS projects (and many on the team contribute part time). This includes: [**Laravel Framework**](https://packagist.org/packages/laravel/framework)**:** The Laravel framework has been downloaded over 361 million times, making it one of the most popular PHP frameworks globally. Our team maintains a wide range of tools, including Horizon, which provides beautiful dashboards and powerful queue management for Laravel, downloaded more than 49 million times. **Open Source Projects:** In addition to the framework itself, Taylor and others on the team have developed many Laravel ecosystem projects, such as [Cashier](https://laravel.com/docs/11.x/cashier), [Dusk](https://laravel.com/docs/11.x/dusk), and [Sanctum](https://laravel.com/docs/11.x/sanctum), all of which simplify essential tasks for developers. We are also proud of our contributions to testing through [Pest](https://pestphp.com/), created by Nuno Maduro. Looking Ahead ------------- Joining the Open Source Pledge is just one of the ways we continue to invest in the future of open source. By supporting these projects—both financially and through direct contributions—we hope to ensure that the tools developers rely on remain powerful, reliable, and innovative.

Hank

Community July 8, 2024

Improving Laravel Application Security with Aikido

As your Laravel application grows, managing security objectives becomes more challenging, especially for small teams or solo developers. Today, Laravel has teamed up with Aikido to provide a seamless solution for securing your Laravel application. With Aikido, Laravel developers using Forge can effortlessly scan for and identify potential security vulnerabilities, all in less than 1 minute.

James Brooks

Community June 3, 2024

Laravel Application Monitoring & Debugging with Sentry

At Laravel, we equip PHP developers with the most advanced tools to create exceptional applications. Today, we announce our partnership with Sentry, making it a preferred monitoring and debugging solution for Laravel projects using Forge or Vapor. This collaboration marks a significant step forward in our mission to ensure that PHP developers have access to modern, powerful tools to streamline app development.

James Brooks

Community December 19, 2023

Octane + FrankenPHP

Today, we're super excited to announce a new Laravel Octane integration: FrankenPHP - a modern PHP server, developed by Kévin Dunglas, that supports modern web features such as early hints, automatic SSL certificate management, and Zstandard compression.

Nuno Maduro

Community January 9, 2023

Laravel 10 Bug Hunt

In February, we will launch the 10th major version of Laravel! It's been an amazing journey thus far and there is so much more to come. As you may know, we rely on our community to help us test new major versions in preparation for its release. But, this time we have something special in store. We will be holding a bug squashing contest to find and eliminate any pesky bugs that may be hidden in the new release. The winner of this contest will win **$1,000**! Here are the rules: - Only PRs sent to the `10.x` branch of the `laravel/framework` repository are eligible. - Only "true" bug fixes are accepted. New features, refactoring, or typo fixes will not be counted. - Every bug fix must include a test. - Accepted bug fixes will be labelled, and a random winner will be selected at the end of the contest. The contest will end as soon as a first stable version of Laravel 10 is released. Any pull requests that are still pending at that time or are sent in after the Laravel 10 release will not be eligible. So, how do you install Laravel 10? Just add the `--dev` flag when using the [Laravel installer](https://laravel.com/docs/9.x#your-first-laravel-project): ``` laravel new laravel-contest --dev ``` Good luck everyone! We're looking forward to seeing how many bugs can be squashed!

Dries Vints

Community January 25, 2021

Laravel: Parallel Testing Is Now Available

We're excited to announce that Parallel Testing is now available in Laravel. Starting Laravel v8.25, you may use the built-in `test` Artisan command to run your tests simultaneously across multiple processes to significantly reduce the time required to run the entire test suite.

Nuno Maduro

Showing 51 - 60 of 84 results

Stay connected with the latest Laravel news