Why do I get a blank page after uploading a Laravel project to my remote server? -


After uploading my LoreLel project to my remote Linux server, Ubuntu LTS 12.04 loads any page An empty page is changed. / P>

In my case it was due to incorrect folder permissions on app \ store Folder. Change permissions on this folder by issuing 777 on the storage folder by issuing chmod-R 777 . Make sure this is ONLY on the storage folder.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -