octane:roadrunner

Start the Octane RoadRunner server

Options

  • host - The IP address the server should bind to Optional
  • log-level - Log messages at or above the specified log level Optional
  • max-requests - The number of requests to process before reloading the server Optional
  • poll - Use file system polling while watching in order to watch files over a network Optional
  • port - The port the server should be available on Optional
  • rpc-host - The RPC IP address the server should bind to Optional
  • rpc-port - The RPC port the server should be available on Optional
  • rr-config - The path to the RoadRunner .rr.yaml file Optional
  • watch - Automatically reload the server when the application is modified Optional
  • workers - The number of workers that should be available to handle requests Optional
php 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]]