Search code examples
phpdomdocumentlaravel-5.7

Laravel 5.7 E-Mail Verification Class 'DOMDocument' not found


I have a laravel project that uses the default Laravel E-mail verification, but when clicking the resend e-mail verification link it gives me this error:

Class 'DOMDocument' not found

I'm using CentOS 6.9 php.71w-xml is already installed.


Solution

  • Thank you all

    It's Working now. I just Removed php* on yum exclude then install php-xml. *facepalmed.