octane:start

Start the Octane server

Options

  • admin-port - The port the admin server should be available on [FrankenPHP only] Optional
  • caddyfile - The path to the FrankenPHP Caddyfile file Optional
  • host - The IP address the server should bind to Optional
  • http-redirect - Enable HTTP to HTTPS redirection (only enabled if --https is passed) [FrankenPHP only] Optional
  • https - Enable HTTPS, HTTP/2, and HTTP/3, and automatically generate and renew certificates [FrankenPHP only] 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 [default: "8000"] 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
  • server - The server that should be used to serve the application Optional
  • task-workers - The number of task workers that should be available to handle tasks 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: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]]