I have a question about setting the PHP built-in web server option.

Asked 2 years ago, Updated 2 years ago, 45 views

To change the PHP built-in web server root directory, I ran it on the terminal using the option below, but the root directory does not change when I run the actual server. Is the command I use wrong?

$php-Slocalhost:8000-t /Users/KimMinwoo/Lavel

php laravel server

2022-09-22 20:34

1 Answers

If you're Windows, then C:\Users\KimMinwoo/Lavel Hold it like this


2022-09-22 20:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.