host
- The IP address the server should bind to Optionallog-level
- Log messages at or above the specified log level 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 Optionalrpc-host
- The RPC IP address the server should bind to Optionalrpc-port
- The RPC port the server should be available on Optionalrr-config
- The path to the RoadRunner .rr.yaml file 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:roadrunner [--host [HOST]] [--port [PORT]] [--rpc-host [RPC-HOST]] [--rpc-port [RPC-PORT]] [--workers [WORKERS]] [--max-requests [MAX-REQUESTS]] [--rr-config [RR-CONFIG]] [--watch] [--poll] [--log-level [LOG-LEVEL]]