I need to run the project using cpanel. all the database detail are changed and up-to-date, also I have manually imported the database to cpanel.
What I have done so far:
uploaded the whole project to the server via filezilla.
then i created a .htaccess file with following content so every request will go to public folder
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
still I have a message saying Whoops, looks like something went wrong.
'debug' => trueto get more info. Or maybe laravel.log file.The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.and since I am in cpanel i cannot runphp artisan key:generate