I have made an application using Laravel 4.2
. It works well on Wamp, But when I uploaded it onto a shared host, it only displayed a blank page. I followed all the advice given in the following links but it still isn't working.
Uploading Laravel Project onto Web Server
Avoid public folder of laravel and open directly the root in web server
I just realized that laravel 4.2 requires php 5.4
or greater, but my host uses php 5.3.28
. Can this be the cause of the problem? if not, then what is the reason I get only blank page?