🎉 **feat(localization)**: add multi-language support for backup notifications in various languages.

This commit is contained in:
fsociety
2024-10-25 20:28:43 +02:00
parent 3055bfa196
commit 28d7843640
34 changed files with 1895 additions and 6 deletions

View File

@@ -30,6 +30,12 @@ return [
'disks' => [
'backups' => [
'driver' => 'local',
'root' => storage_path('app/backups'),
'throw' => false,
],
'local' => [
'driver' => 'local',
'root' => storage_path('app'),