I\'m having problem starting my laravel installation. Whenever I type in the terminal \'php artisan serve\' it responses me an error:
Fai
8000 is the default port. Use instead of :
php artisan serve --port=8005