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

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article