I\'m having problem starting my laravel installation. Whenever I type in the terminal \'php artisan serve\' it responses me an error:
Fai
Use killall -9 php and if you want to close other services use killall -9 node or killall -9 mysql
killall -9 php
killall -9 node
killall -9 mysql