How to Fix Class ‘SoapClient’ not Found in Laravel

Have You Encountered the Issue ‘SoapClient’ not Found too? This might be because Soap Client is not enabled in your PHP configuration. Here’s how to fix it.

Fixing Class’SoapClient’ not Found

  1. Look for php.ini in the xampp folder(This is inside the php folder).
  2. Remove the ; at the start of extension=php soap.dll.
  3. Start your web server again.
  4. Look at your phpinfo(); again and see if you see soap client sent to enabled.

References:

https://community.cisco.com/t5/management/fatal-error-uncaught-error-class-soapclient-not-found/td-p/3955975

https://i.ytimg.com/vi/ZIv06qYntnI/maxresdefault.jpg

Leave a Comment

Your email address will not be published. Required fields are marked *