I\'m having problem starting my laravel installation. Whenever I type in the terminal \'php artisan serve\' it responses me an error:
Fai
It is because something already running on that port and you can change the port by command itself, by running following command
php artisan serve --port 8001