aggiunto funzionalità di Backup dell'applicazione'

This commit is contained in:
2023-04-04 09:22:52 +02:00
parent 2828ebcec9
commit dedf651770
37 changed files with 1804 additions and 2 deletions

View File

@@ -52,6 +52,12 @@ return [
'endpoint' => env('AWS_ENDPOINT'),
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
],
'backup' => [
'driver' => 'local',
'root' => storage_path('app/public/backup'),
'url' => env('APP_URL').'/storage',
// 'visibility' => 'public',
],
],