notfalsedev / laravel-soap

A soap client wrapper for Laravel
MIT License
633 stars 121 forks source link

Laravel 5.6 dont work #191

Open icaroramiires opened 3 years ago

icaroramiires commented 3 years ago

I followed the installation guide of the repository works locally but on the server this error.

Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Class 'Artisaninweb\SoapWrapper\SoapWrapper' not found

toto33331 commented 3 years ago

It looks like the package is not installed correctly. Have you tried a composer update artisaninweb/laravel-soap on your server ? (or even a composer install artisaninweb/laravel-soap)