Top "Laravel-horizon" questions

Laravel Horizon is a monitoring and metrics collection and visualization tool for Laravel applications that utilize the framework's queue API.

How can I solve "laravel/horizon v1.1.0 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system"?

When I run composer install on command promp, there exist error like this : Problem 1 - Installation request for laravel/horizon …

php laravel composer-php laravel-5.5 laravel-horizon
Job has been attempted too many times or run too long

I have a job that works flawless locally, but in production I run into issues where it doesn't work. I've …

laravel queue laravel-horizon
Laravel - Running Jobs in Sequence

I am learning Laravel, working on a project which runs Horizon to learn about jobs. I am stuck at one …

laravel laravel-5 redis laravel-queue laravel-horizon