News

Laravel Horizon 3.0 is Released Featuring a New Dark Mode

Published
Laravel Horizon 3.0 is Released Featuring a New Dark Mode image

The Laravel team shipped Horizon 3.0 yesterday, featuring a new dark mode and other improvements. The overhaul of the Horizon UI includes a new “Night Mode” option and tidying up the jobs list and failed job details screen.

 As mentioned in the New UI Pull Request, you now also can change Horizon’s base path /horizon.

Next, the horizon artisan command accepts an --environment flag to set the environment from the command line:

php artisan horizon --environment=worker

To get an overview of what Horizon can do for queue management, check out the main Laravel Horizon landing page. If you are new to Horizon, the Laravel documentation is an excellent place to start to learn how to install and configure Horizon for your application. Horizon is an open-source project, so you can also view and contribute to the source code on GitHub at laravel/horizon.

Check out the Release v3.0.0 on GitHub for the complete release notes:

v3.0.0

Added

  • New UI ( #522 )
  • Set the Horizon environment via command option ( #523 )

Changed

  • Require latest symfony/debug version ( 72cc3a7 )
  • Require symfony/process ( f2a214c )
  • Require ext-json ( 5a54d27 )

Fixed

  • Fix deprecated process calls ( #515 )
  • Add missing createPayloadArray arg ( #516 )

Removed

  • Removed support for Laravel 5.5 & 5.6 ( 8a92e09 )
Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Image Dominant Color and HEIC Support in Laravel 13.24 image

Image Dominant Color and HEIC Support in Laravel 13.24

Read article
Official Laravel Zed Extension: LSP for PHP & Blade image

Official Laravel Zed Extension: LSP for PHP & Blade

Read article
Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD image

Laravel Head: Manage Meta Tags, Open Graph, and JSON-LD

Read article
PhpStorm 2026.2 Released image

PhpStorm 2026.2 Released

Read article
Laravel Doctor: Diagnose Your App With One Artisan Command image

Laravel Doctor: Diagnose Your App With One Artisan Command

Read article
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article