Laravel 安装与路由-Install and route 进入目录,设置storage及public文件夹的权限: sudo chmod -R 777 storage && sudo chmod -R 755 public 清除一下PHP缓存:php artisan cache:clear 查看项目使用的laravel版本:php artisan --version