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

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel MCP 1.0 Is Released image

Laravel MCP 1.0 Is Released

Read article
Laravel Vet: Review Composer Code Before It Installs image

Laravel Vet: Review Composer Code Before It Installs

Read article
What's New in PHP 8.6 image

What's New in PHP 8.6

Read article
Building EasyReply: How We Used Laravel to Unify Customer Support image

Building EasyReply: How We Used Laravel to Unify Customer Support

Read article
PostgreSQL Monitoring and Schema Linting for Laravel with Vacuum image

PostgreSQL Monitoring and Schema Linting for Laravel with Vacuum

Read article
PayZephyr: One Payment API for Stripe, Paystack, and PayPal image

PayZephyr: One Payment API for Stripe, Paystack, and PayPal

Read article