Skip to content

Instantly share code, notes, and snippets.

View MiloudiMohamed's full-sized avatar
👁️
Console.log('ing')

Miloudi Mohamed MiloudiMohamed

👁️
Console.log('ing')
View GitHub Profile
@ankurk91
ankurk91 / laravel_horizon.md
Last active January 23, 2025 05:08
Laravel Horizon, redis/valkey-server, supervisord on Ubuntu server

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

Laravel 10+, Horizon 5.x, Redis/Valkey 7+

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