cyberspace-place.test not working #6322
-
windows 10 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @goodBranchUC, You need to have Laravel Valet set up locally for the It's perfectly fine to use Hope that helps :) |
Beta Was this translation helpful? Give feedback.
Hey @goodBranchUC,
You need to have Laravel Valet set up locally for the
.test
domains to work. You can find more on that here. Valet is only available on macOS though but there is also a port for Windows which you can find out more about here.It's perfectly fine to use
php artisan serve
for this as well. If you run the command you can access the site atlocalhost:8000
by default. With the--host
and--port
options you can change the defaults too.Hope that helps :)