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 May 31, 2024 01:57
Laravel Horizon, redis-server, supervisord on Ubuntu server

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

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

Parepare 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 dashbaord

Install redis-server