acacha / llum

Llum (light in catalan language) illuminates your Laravel projects speeding up your Github/Laravel development workflow
MIT License
108 stars 13 forks source link

How can i fix this #38

Open snowlord070 opened 6 years ago

snowlord070 commented 6 years ago

Failed to listen on 127.0.0.1:80 (reason: Address already in use) how can i fixed this please help

wallcrosstype commented 6 years ago

basically your port 80 already in used by some other process either serve on other port or find out culprit

see also https://stackoverflow.com/questions/27900174/artisan-error-failed-to-listen-on-localhost8000