cretueusebiu / valet-windows

Laravel Valet for Windows.
MIT License
912 stars 86 forks source link

Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length() #206

Closed moses-bowman closed 10 months ago

moses-bowman commented 2 years ago

I'm using php73 installed via ScoopInstaller.

extension=openssl is enabled in php.ini, but valet-windows doesn't seem to detect it. valet install succeeded without the openssl error, but opening test links throws Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length().

serving local sites via php artisan serve works seamlessly, so the issue appears to be with valet.

oluchristian commented 1 year ago

I have similar issues. Where you able to fix this @moses-bowman ?