Blog /

Community

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

Community November 19, 2020

Laravel Internals: Episode #1

The Laravel team is proud to introduce you to our new podcast: Laravel Internals - a live YouTube podcast about Laravel, Forge, Vapor, Envoyer related news, and more.

Nuno Maduro

Showing 81 - 90 of 109 results

Stay connected with the latest Laravel news