我想问一下,当我将Laravel项目移至VPS时,会出现这样的错误。
https://i.postimg.cc/mr4bB9WX/Screenshot-18.jpg
我所做的是:
$ sudo chown -R $USER:www-data storage
$ sudo chown -R $USER:www-data bootstrap/cache
$ chmod -R 775 storage
$ chmod -R 775 bootstrap/cache
# composer update
答案 0 :(得分:2)
转到您的项目文件夹并打开终端。 运行此命令
sudo chmod -R 777 theme/gallery
答案 1 :(得分:0)
您可以这样做。
sudo chmod -R 755 theme/gallery