Skip to content

Instantly share code, notes, and snippets.

View kiddtang's full-sized avatar

Kidd Tang kiddtang

  • Dogcomp Solution
  • Malaysia
View GitHub Profile
@ankurk91
ankurk91 / laravel_horizon.md
Last active October 29, 2024 08:58
Laravel Horizon, redis-server, supervisord on Ubuntu server

Laravel Horizon, redis-server, supervisord on Ubuntu 20/22/24 server

Laravel 8+, Horizon 5.x, Redis 6+

Prepare application

  • Install and configure Laravel Horizon as instructed in docs
  • Make sure you can access the Horizon dashboard like - http://yourapp.com/horizon
  • For now; it should show status as inactive on horizon dashboard

Install redis-server