Laravel 5 Installation and Configuration

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

posted @ 2016-08-23 18:29  qike  阅读(160)  评论(0编辑  收藏  举报