When I start the server, I get this error.
php artisan serve --host=0.0.0.0 --port=8001
Starting Laravel development server: http://0.0.0.0:8001
[Sat Sep 20 08:30:14 2025] Failed to listen on 0.0.0.0:8001 (reason: ?)
I set up Laravel Herd and confirmed that the application was working. However when I try to start it locally using php artisan serve it doesn’t run. I checked with netstat -ano | findstr :8001, and nothing is running on that port. How can I fix this issue?