I'm new to Laravel and git.
I created a new project added a Template following a video (it worked), commited my changes and push it to gitlab.
Then in my work I cloned my project to my pc, then i told i need to run a command called composer install
require(vendor/autoload.php): failed to open stream.
After that when I tried to run the project it gave me a 500 Server Error, when it's clear it's still working in my home pc.