brimham/filament-backup-monitor 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

brimham/filament-backup-monitor

Composer 安装命令:

composer require brimham/filament-backup-monitor

包简介

Filament panel for brimham/backup-monitor — run history and last-backup-per-destination health for spatie/laravel-backup.

README 文档

README

A Filament panel for brimham/backup-monitor — see the history of every spatie/laravel-backup run and the last backup per destination at a glance.

The core brimham/backup-monitor package records each backup run to a backup_runs table. This package surfaces that history inside your Filament admin panel:

  • a run-history table — every backup, health-check and cleanup with its status, destination, size and timestamp
  • a "last backup per destination" health panel — the most recent run for each disk, so a silently failing destination is obvious

This is the free core. Alerting on missed/silent failures, multi-channel notifications, and a multi-site dashboard are part of the separate Pro package.

Requirements

Installation

composer require brimham/filament-backup-monitor

Run the core package's migration if you haven't already:

php artisan migrate

Usage

Register the plugin on the panel where you want the backup history to appear:

use Brimham\FilamentBackupMonitor\FilamentBackupMonitorPlugin;
use Filament\Panel;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugin(FilamentBackupMonitorPlugin::make());
}

A Backups item appears in the panel navigation, linking to the run-history page with the health panel at the top.

License

MIT. See LICENSE.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固