Added methods to exclude files and backup whole installation

This commit is contained in:
Henry Whitaker
2020-04-10 13:12:31 +01:00
parent 188b085a06
commit c47d7723aa
3 changed files with 86 additions and 5 deletions

View File

@@ -48,6 +48,6 @@ Route::group([
->name('update.download');
Route::get('extract', 'UpdateController@extractUpdate')
->name('update.extract');
Route::get('extract', 'UpdateController@moveUpdate')
Route::get('move', 'UpdateController@moveUpdate')
->name('update.move');
});