Laravel undefined function openssl_encrypt()

后端 未结 9 2252
太阳男子
太阳男子 2020-12-09 05:49

I use laravel5.1 and it works fine on php cli. But i publish my porject to apache(version == 2.4), the problem happened.

FatalErrorException in Encryp

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-09 06:01

    On Windows Open php.ini and change path where are locate php ext

    extension_dir = "C:\php\ext"

提交回复
热议问题