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