Oh.. As I see, vendor folder shouldn't be in github.
Can you explain the solution please.
I have this error after running composer update command on my project and can't find the problem anywhere.
Dave
Running this solved my problem: php artisan cache:clear
For me clearing cache didn't helped. I just removed whole vendor directory from production server and then used 'php composed.phar update'. After this just add vendor folder to .gitignore on local environment and when deploying, use composer update (if composer json was changed or you just want to get some updates).
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community