laravel-soap
laravel-soap copied to clipboard
Laravel 5.6 dont work
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
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)