I\'m having problem starting my laravel installation. Whenever I type in the terminal \'php artisan serve\' it responses me an error:
Fai
If you have all your configurations ok in the .env file then you should:
Use the answer from mayorsanmayor in this post to kill all php processes. Then php artisan config:clear
Finally, php artisan serve
Good luck!