SyntaxFix
Write A Post
Hire A Developer
Questions
I faced this exact same issue with Laravel 8.x on Ubuntu 20. I run: sudo apt install php7.4-xml and composer update within the project directory. This fixed the issue.
sudo apt install php7.4-xml
composer update