I removed the vendor
dir and composer.lock
, and ran the following commands to resolve the above issue:
composer dump-autoload
composer install
And the issue has since been resolved. The issue was most likely due to a composer not being properly updated when I last ran compser self-update (I'm guessing). I never did find anything in the logs to indicate what was the issue, but this did resolve the underlying problem.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community