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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -