Filament Storage Monitor is a Laravel Filament plugin that adds a dashboard widget for tracking server disk usage. It supports multiple partitions via addDisk() and laravelDisk() methods, custom labels, colors, and Heroicons. Features include per-disk authorization using closures, compact mode for a smaller footprint, configurable error handling for unresolvable paths, and standard layout controls. A known limitation is that two paths on the same partition report identical stats; directory-level size calculation is planned for a future release.

2m read timeFrom laravel-news.com
Post cover image
Table of contents
# Registering Disks# Per-Disk Authorization# Compact Mode# Error Handling
62.7K Impressions1 Comment