I have been working on the project for past few days. I use Vagrant (Homestead) to do the development work and it has been working great.
Today I have restarted my PC and execute a command vagrant up
When I access the url www.domain.dev
and I get an error:
Fatal error: Class 'Symfony\Component\HttpFoundation\Request' not found in /home/vagrant/Code/project1/vendor/laravel/framework/src/Illuminate/Http/Request.php on line 6
First time I see this error.
I am lost here, how to solve this issue?