admin users menu

This commit is contained in:
merdan 2020-04-06 17:23:39 +05:00
parent a067f4f555
commit 307959830d
1 changed files with 5 additions and 1 deletions

View File

@ -64,7 +64,11 @@ return [
'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/',
'region' => 'IAD',
],
// used for Backpack/BackupManager
'backups' => [
'driver' => 'local',
'root' => storage_path('backups'), // that's where your backups are stored by default: storage/backups
],
],
];