进入网站目录
cd Laravel
执行如下命令
find . -type f -exec chmod 664 {} \;
find . -type d -exec chmod 775 {} \;
提供缓存权限
chmod -R ug+rwx storage bootstrap/cache
进入网站目录
cd Laravel
执行如下命令
find . -type f -exec chmod 664 {} \;
find . -type d -exec chmod 775 {} \;
提供缓存权限
chmod -R ug+rwx storage bootstrap/cache