-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel development server failed to listen on 127.0.0.1:8000 #34255
Comments
We don't use Windows ourselves and we've had other reports that this works for people on Windows. See #34229 |
Why did you close this issue. |
I solved the problem by this link |
change |
i already have a php.ini it doesnt work for me im on windows 10 |
php -S 127.0.0.1:80 -t public/ worked for me. |
php -S 127.0.0.1:80 -t public/ Works for me too |
Description:
After running composer create-project --prefer-dist laravel/laravel blog to create a new project the
php artisan serve
command fails to start the server. The terminal output is:It tries ten times before exiting. I have tried to start it on a different port but this also fails.
Other projects on the same machine running Laravel Framework 7.22.4 can all start the server.
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: