I'm new to Laravel so I'm not really sure what the cause of this is.
I installed Composer and followed the installation guide on the Laravel website. I'm installing it onto localhost - using UniServer.
I have:
-> PHP 7.1
-> Apache 2.4
-> Laravel 5.4
-> All extensions installed and "enabled"
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