Laravel: Permission denied in laravel Blade File

后端 未结 4 1478
清酒与你
清酒与你 2021-01-04 09:39

I have the following issue when trying to install Laravel http://laravel.com

Any help, would be greatly appreciated.

Unhandled Exception

4条回答
  •  既然无缘
    2021-01-04 10:26

    As you can see in the very good documentation under install, you have to make the directory storage/views writeable.

    http://laravel.com/docs/install#installation

提交回复
热议问题