I would like to use nusoap on Laravel 5.3 with PHP7. But when ill try to install it with composer from that package:
https://github.com/codecasts/nusoap-php7 (v.0.9.6)
It still returns me:
ErrorException in class.soapclient.php line 26: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_client has a deprecated constructor
Ill cleared the cache, but all with no success. Anyone has successfully implemented nusoap in Laravel with PHP7 ?
__construct), so it shouldn't throw that error. - Furgasclasstostart_working_damnit;) and check if you get parse error. If not, then you'are not using this file. Other than that I don't have a clue. - Furgas