You have Open SSL php extension missing or disabled so, make sure it is installed and enabled by checking your php configuration with the phpinfo()
function.
I got same problem. It works fine on php artisan. But not work on Apache. Please help :(
There are two php.ini files. One is php.ini which is used by apache or nginx, php-cli.ini is used by the cli only. You need to enable the extension on both ini files.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community