host
- The IP address the server should bind to Optionalmax-requests
- The number of requests to process before reloading the server Optionalpoll
- Use file system polling while watching in order to watch files over a network Optionalport
- The port the server should be available on Optionaltask-workers
- The number of task workers that should be available to handle tasks Optionalwatch
- Automatically reload the server when the application is modified Optionalworkers
- The number of workers that should be available to handle requests Optionalphp artisan octane:swoole [--host [HOST]] [--port [PORT]] [--workers [WORKERS]] [--task-workers [TASK-WORKERS]] [--max-requests [MAX-REQUESTS]] [--watch] [--poll]