admin-host=localhost - The host the admin server should be available on Optionaladmin-port=2019 - The port the admin server should be available on Optionalcaddyfile - The path to the FrankenPHP Caddyfile file Optionalhost=127.0.0.1 - The IP address the server should bind to Optionalhttp-redirect - Enable HTTP to HTTPS redirection (only enabled if --https is passed) Optionalhttps - Enable HTTPS, HTTP/2, and HTTP/3, and automatically generate and renew certificates Optionallog-level - Log messages at or above the specified log level Optionalmax-requests=500 - 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 Optionalwatch - Automatically reload the server when the application is modified Optionalworkers=auto - The number of workers that should be available to handle requests Optionalphp artisan octane:frankenphp [--host [HOST]] [--port [PORT]] [--admin-host [ADMIN-HOST]] [--admin-port [ADMIN-PORT]] [--workers [WORKERS]] [--max-requests [MAX-REQUESTS]] [--caddyfile [CADDYFILE]] [--https] [--http-redirect] [--watch] [--poll] [--log-level [LOG-LEVEL]]