Skip to content

Instantly share code, notes, and snippets.

@mahkassem
Created November 8, 2021 10:19
Show Gist options
  • Save mahkassem/ef90f19786f4da8f8cc38fbae0de60f9 to your computer and use it in GitHub Desktop.
Save mahkassem/ef90f19786f4da8f8cc38fbae0de60f9 to your computer and use it in GitHub Desktop.
Laravel Octane PM2
pm2 start artisan --name laravel-worker --interpreter php -- octane:start --server=roadrunner --max-requests=1000 --host=127.0.0.1 --port=8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment