Horizon

screenshot of Horizon
laravel
vite
vue
bootstrap
scss

Dashboard and code-driven configuration for Laravel queues.

Overview:

Horizon is a dashboard that provides configuration settings for Redis queues in Laravel, making it easy to monitor queue metrics like job throughput and failures. It simplifies worker configuration by storing it in a single file that can be managed in source control for team collaboration.

Features:

  • Dashboard: Provides a visually appealing dashboard for monitoring queue metrics.
  • Configuration File: Stores worker configuration in a single, source-controllable file.
  • Metrics Monitoring: Allows tracking of key metrics like job throughput, runtime, and failures.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.