-1

I'm trying to set up Laravel 5 With ubuntu 14.04 and Parallels plesk. I have setup laravel via composer and when i browse my.domain.co it shows white page. Default welcome page is not rendered.

I've setup a test route

Route::get('/hello', function(){ return 'hello';});

When i browse my.domain.com.co/hello it shows hello string.

Blade templates are not rendered. Why?

Edit: Folder permissions was the issue.

This post solves my issue

Community
  • 1
  • 1
Oscar Rico
  • 389
  • 5
  • 18

1 Answers1

2

Make sure the web server has write permission to the storage directory.

crb
  • 123
  • 5