Laravel Horizon setup . @code4mk

Mostafa Kamal
Jul 27, 2017 · 1 min read

Horizon provides a beautiful dashboard and code-driven configuration for your Laravel powered Redis queues. Horizon allows you to easily monitor key metrics of your queue system such as job throughput, runtime, and job failures.

All of your worker configuration is stored in a single, simple configuration file, allowing your configuration to stay in source control where your entire team can collaborate. Taylor Otwell publish beta version . laravel 5.5 and php 7.1

  • Horizon setup :

# Redis Install

First install redis in your machine . if you don’t install redis in your machine Horizon does not work properly .

Download: redis .

If your machine is windows download : Redis-x64–3.2.100.msi and install this .

# Horizon

Now time for horizon . setp by step follow instructions …………..

  • step:1
composer require laravel/horizon
  • step:2

Set this in your provider :

Laravel\Horizon\HorizonServiceProvider::class,
  • step: 4
composer dump-autoload
  • step:5
php artisan vendor:publish
  • step:6
php artisan horizon

Your setup is done now check

Hello Laravel

Hello Laravel is a laravel framework publication https: // code4mk.org

Mostafa Kamal

Written by

A code artist ❯ Developer ❯ Designer .👨‍💻

Hello Laravel

Hello Laravel is a laravel framework publication https: // code4mk.org

Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch
Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore
Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade