Laravel: Permission denied in laravel Blade File

后端 未结 4 1480
清酒与你
清酒与你 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:34

    I would check that the permissions on:

    /Users/alvincrespo/Sites/apollo/storage/views/26bdebca7505781c753aa21663170a1b
    

    Allow your application to write to this directory.

    Assuming you are on a linux box you could run ls -l to see what the permissions are, and if it is set to read only, change the permissions with chmod.

提交回复
热议问题