I followed the official Laravel doc to start queue in the background using supervisor in Centos 7. But whene I run this command sudo supervisorctl start larave
I’m using Beanstalkd queues in Laravel, controlled by Supervisord. Laravel v7.30.6 Beanstalkd v1.10 Supervisord v3.3.1 Ubuntu 18.04.6 LTS (125G RAM) PHP 7
I installed MailHog in my staging environment by following these steps: sudo apt-get -y install golang-go go get github.com/mailhog/MailHog In order to manually