Check what @astroanu says and also - Did you modify your .htaccess file? Did you check your Apache log as well?
Your development environment must be EXACTLY like what you're pushing it to if and when available. Also, are you a VPS member or a shared hosting member of theirs?
I have a problem on GoDaddy shared hosting.
http://laravel.io/forum/03-11-2015-l5-give-blank-white-page-when-upload-on-shared-hosting
Laravel not generating error log. where can i check Apache Error log in cPanel.
I've had this problem before on shared godaddy hosting, turns out that Laravel was violating one of their resource constraints, I sent a ticked explaining the problem and they just increased the resources and the problem went away.
This solution works for me http://www.laragle.com/2015/02/laravel-internal-server-error-in-godaddy.html
Try to change permission to 755 on storage folder and all content inside. Server try to write log but haven't permissions. Maybe you need to do this also with images folder if your application allow upload, cropping and resizing image.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community