laravel安装好之后,storage和bootstrap/cache和public/uploads/这三个目录需要读写权限才可以正常使用 我的web服务器是nginx,用户名是www 所以需要
cd /path/to/laravel
chown -R www:www storage bootstrap/cache public/uploads/
laravel安装好之后,storage和bootstrap/cache和public/uploads/这三个目录需要读写权限才可以正常使用 我的web服务器是nginx,用户名是www 所以需要
cd /path/to/laravel
chown -R www:www storage bootstrap/cache public/uploads/