admin-port
- The port the admin server should be available on [FrankenPHP only] Optionalcaddyfile
- The path to the FrankenPHP Caddyfile file Optionalhost
- The IP address the server should bind to Optionalhttp-redirect
- Enable HTTP to HTTPS redirection (only enabled if --https is passed) [FrankenPHP only] Optionalhttps
- Enable HTTPS, HTTP/2, and HTTP/3, and automatically generate and renew certificates [FrankenPHP only] 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 [default: "8000"] 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 Optionalserver
- The server that should be used to serve the application 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:start [--server [SERVER]] [--host [HOST]] [--port [PORT]] [--admin-port [ADMIN-PORT]] [--rpc-host [RPC-HOST]] [--rpc-port [RPC-PORT]] [--workers [WORKERS]] [--task-workers [TASK-WORKERS]] [--max-requests [MAX-REQUESTS]] [--rr-config [RR-CONFIG]] [--caddyfile [CADDYFILE]] [--https] [--http-redirect] [--watch] [--poll] [--log-level [LOG-LEVEL]]