I use xampp and windows along with laravel, everything works fine, but when I finished work and turned xampp and tried to open my work this morning, this is what I get:
FatalThrowableError in Encrypter.php line 100: Fatal error: Call to undefined function Illuminate\Encryption\openssl_decrypt()
Encrypter.php is a standard laravel file, and I didnโt even touch it. My extension is included.
extension = php_openssl.dll
What could be wrong?
source share