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