Call to undefined function Illuminate\Encryption\base64_decode()
I deployed my Laravel app on a shared hosting server first it say "forbidden" I solve it by putting .htaccess to redirect to a public folder, but once i visit my domain I got this error:
Call to undefined function Illuminate\Encryption\base64_decode()
Perhaps double check is the OpenSSL extension is enabled or working...
It may be worth also to run the composer install command again, or simply running composer update to ensure that all dependancies are being loaded correctly, or restart the services