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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -