Artisan.page

octane:roadrunner

Start the Octane RoadRunner server

Terminal
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]]

Options

hostOptional

The IP address the server should bind to

log-levelOptional

Log messages at or above the specified log level

max-requestsOptional

The number of requests to process before reloading the server

pollOptional

Use file system polling while watching in order to watch files over a network

portOptional

The port the server should be available on

rpc-hostOptional

The RPC IP address the server should bind to

rpc-portOptional

The RPC port the server should be available on

rr-configOptional

The path to the RoadRunner .rr.yaml file

watchOptional

Automatically reload the server when the application is modified

workersOptional

The number of workers that should be available to handle requests