标签:
You will have problem displaying the welcome page due to folder permission of ‘storage‘ folder.
Go to your "larashop" directory and give 777 permission to ‘storage‘ folder by running the following command on terminal (for Ubuntu Linux users):
sudo chmod -R 777 storage
Laravel 5 Installation and Configuration
标签:
原文地址:http://www.cnblogs.com/qike/p/5800522.html