芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/routes/admin/Theme.php
group(function () { Route::get('/theme', [ThemeController::class, 'all'])->name('theme.index'); Route::get('theme/{theme}/initiate', [ThemeController::class, 'initiate'])->name('theme.initiate'); Route::put('/theme/activate/{theme}/{type?}', [ThemeController::class, 'activate']) ->name('theme.activate'); });