mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
ability to download log from admin
This commit is contained in:
@@ -16,6 +16,9 @@ class GetServerStatusController
|
||||
// Get server data
|
||||
$status = ($this->getServerSetupStatus)();
|
||||
|
||||
// Get latest logs
|
||||
$status['logs'] = getListOfLatestLogs();
|
||||
|
||||
// Add latest database backups
|
||||
$status['backups'] = collect(Storage::allFiles('app-backup'))
|
||||
->map(fn ($path) => str_replace('app-backup/', '', $path))
|
||||
|
||||
Reference in New Issue
Block a user