Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

SoftwarEng92's avatar

How to change http://127.0.0.1:8000/ name like app.dev

if it's possible can I change host name without any local server (xampp or mamp) app?

0 likes
5 replies
rawilk's avatar

If you're on windows, I recommend using something like laragon, which allows you to do stuff like that right out of the box.

1 like
SoftwarEng92's avatar

@WILK_RANDALL - I'm using mac, is there any chance to change my host & port setting with laravel artisan commands? --host[=HOST] The host address to serve the application on [default: "127.0.0.1"] --port[=PORT] The port to serve the application on [default: 8000]

Please or to participate in this conversation.