79154377

Date: 2024-11-04 06:24:06
Score: 1
Natty:
Report link

On Apple Silicon or M1/M2/M3 family

Step 1: Install supervisor

brew install supervisor

Step 2: Create a supervisor configuration with this command

sudo echo_supervisord_conf > /opt/homebrew/etc/supervisord.conf

Step 3: Create laravel conf file in /opt/homebrew/etc/supervisor.d

Step 4: Run supervisor

sudo supervisord -c /opt/homebrew/etc/supervisord.conf

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Bimal