Is there a way to specify hostname in laravel octane – Nginx
When i start octane it always use this host http ://127.0.0.1:8000 , which is usable in local development, but in production environnement i use domain name instead of localhost Is there a way to change the hostname like http ://domain.com:8000…