I'm having a problem starting my Laravel installation. Whenever I type in the terminal php artisan serve
, I get this error:
Failed to listen on localhost:8000 (reason:une tentative d'access un α socket de maniere interdite par ses autorisation d'access a 0t0 tent0e)
What's the problem, and how can it be fixed?
img problem https://i.stack.imgur.com/iIvn2.png
it's working now I just changed the listen port from 8000 to 8888 or any other port your services didn't use it
php artisan serve --port="8888"