I have a laravel project up and running in my localhost. but when i upload all files to the server. it gives me error: The built-in function in laravel goes undefined.
FatalErrorException in Encrypter.php line 71: Call to undefined function Illuminate\Encryption\openssl_encrypt()
How can i solve this?