Backup Monitor plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Backup Monitor

Community

See the history of every spatie/laravel-backup run and the last backup per destination, right inside your Filament panel. The free core records each backup, health-check and cleanup to a database table; this plugin surfaces it as a run-history table and a "last backup per destination" health panel — so a silently failing backup is obvious. Supports Filament 3, 4 and 5.

Tags: Panels Widget Spatie Integration Developer Tool
Supported versions:
5.x 4.x 3.x
Brimham avatar Author: Brimham

Package health

Beta

Automated checks of this plugin's Composer package

94 / 100
Security 89
Maintenance 100
Ecosystem 100
13 checks
  • Passed: Current Laravel version supported — Package dependencies resolve together with current Laravel 13.0.
  • Passed: Current PHP version supported — Constraint ^8.3 supports current PHP 8.5.
  • Skipped: Current Symfony version supported
  • Passed: Abandoned or archived — No consulted source marks the package abandoned (packagist, github).
  • Passed: Commit and release recency — Active: last commit 0 days ago; last release 9 days ago.
  • Passed: composer.lock not committed by library composer.lock is absent from the released dist archive.
  • Passed: Dist archive is lean
  • Passed: GitHub Actions pinned to SHA
  • Passed: Open security advisories
  • Passed: Dependabot PR responsiveness — No open Dependabot PRs.
  • Passed: Dependabot or Renovate configured
  • Failed: Dependency update cooldown configured No cooldown configured in renovate.json. View details on Plumb
  • Passed: Provides a security policy
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the filament/ namespace. Review the source and install at your own risk. Found malware or an unresolved security issue the author won't address? Report it .
Powered by Plumb Last scanned 13 hours ago

Documentation

Filament Backup Monitor — backup run history and health, right in your Filament panel

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. Proactive alerting on missed/silent failures and a multi-site dashboard live in Pro — see Upgrade to Pro.

#Screenshot

The Backups page: the last-backup-per-destination health panel above the run-history table

#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.

#Upgrade to Pro

This panel shows you the history of backups that ran. It can't show you the backup that silently stopped running — there's no event to record, so a destination that quietly dies just stops updating while everything still looks fine. That's the failure that actually loses data. Brimham Backup Monitor Pro closes that gap:

  • Missed / overdue detection — a dead-man's-switch that flags any destination whose last successful backup is older than its expected cadence (or has never run).
  • Multi-channel alerting — mail, Slack, Discord, Teams, and webhooks, de-duplicated and escalating, with recovery notifications.
  • External heartbeat — ping healthchecks.io / Cronitor as backups run, catching an outage even if the whole app and scheduler are down.

Running backups across many sites? The Filament Backup Monitor Collector is a companion Filament plugin that ingests every install's health snapshot into a single multi-site dashboard — overdue destinations, last successful backup, and installs that have gone quiet, all in one panel.

Get Pro →

#License

MIT. See LICENSE.

The author

Brimham avatar Author: Brimham

Laravel developer at Brimham Software, building practical Filament tools. Author of Backup Monitor — durable run-history and health monitoring for spatie/laravel-backup.

Plugins
1
Stars
1