我有一个Laravel控制器函数file_fetch() public function file_fetch(Request $request) {
return redirect('/')->witherrormessage('NO such File Exists'); } 如果我检查文件public/folder/app/index.h
我的Laravel项目文件夹是"laravel“,所以我更改为"testsite",但现在我无法访问该站点。ErrorException in Filesystem.php line 109: file_put_contents(C:\Users\Zen\Google Drive\xampp\laravel\4d5b7c28f025c192658893a77c2d6bdb60b33d48): failed to open stream: No such file or directory
完整