Not sure! But looks like a permissions issue make sure storage/views
directory is writeable by the web user/ web server.
I assumed that you're on a Linux operating system.
I'm on OS X.
I set all of storage
to 777 still get the same thing. Also set all of app/resources
to 777 and that didn't help either.
Got the same error after composer update
to the latest as well.
Seems like Taylor made a change in the ViewServiceProvider
that will required another config key called compiled
in the config\view.php
.
Ah yes. Which seems will also require storage/framework/views
. I wait a bit and do another update bet that will fix it. Thanks!
You can follow the steps here to update to the latest commit, instead of waiting for it to be tagged:
this will probably lead to merge conflicts
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community