芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/routes/common/Attachment.php
group(function () { Route::get('attachment/{attachment}/download', [ AttachmentController::class, 'download' ])->name('download'); Route::delete('attachment/{attachment}', [ AttachmentController::class, 'destroy' ])->name('delete'); });