Route::get('/pdf/{file}', function ($file) { // file path $path = public_path('storage/file' . '/' . $file); // header $header = [ 'Content-Type' ...
確定! 回上一頁