i am using this package for laravel 5.7
composer require ipecompany/smsirlaravel
all my links are working fine but the package admin panel link gives the ssl error . i tried to download cacert.pem file and place it both on
C:\wamp64\bin\php\php7.1.9\extras\ssl\cacert.pem
and
C:\wamp64\bin\apache\apache2.4.27\bin\cacert.pem
but yet no luck with this error
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
and i am using wamp 3.1.0 and php version 7.1.9 so any idea how this error can be solved ??