This is my first project with laravel. I have uploaded my local laravel by zipping the project and then unzipping on a subdomain folder. I have updated both .env and app/config/database.php file with proper information. I have also created a .htaccess file to redirect to public folder. I am getting this error: The subdomain.example.com page isn’t working subdomain.example.com is currently unable to handle this request. HTTP ERROR 500
Did you check the permissions on /storage/*
and /bootstrap/cache/*
?
I found the problem. The requirement for laravel 5.3 is PHP 5.6 but my server was running on PHP 5.5.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community