---
title: "Filament Storage Monitor: Track Disk Usage From Your Filament Dashboard"
url: https://daily.dev/posts/filament-storage-monitor-track-disk-usage-from-your-filament-dashboard-lxaw126zh
source_url: https://laravel-news.com/filament-storage-monitor-track-disk-usage-from-your-filament-dashboard
type: article
source: "Laravel News"
published: 2026-06-16T13:13:23.371Z
updated: 2026-06-16T13:14:36.859Z
tags: ["php", "laravel"]
reading_time: 2
upvotes: 26
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Filament Storage Monitor: Track Disk Usage From Your Filament Dashboard

**[Laravel News](https://daily.dev/sources/ln)** · 2 min read · 26 upvotes · 1 comments

## Summary

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.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/filament-storage-monitor-track-disk-usage-from-your-filament-dashboard>

## Community discussion

Top comments from developers on daily.dev.

**@rgodiyal** · 1 upvotes

> ![GIF](https://static.klipy.com/ii/d7aec6f6f171607374b2065c836f92f4/06/79/n1taiWKL.gif)

## Similar posts on daily.dev

- [Filament v5.3.0 Released with Deferred Tab Badges and Column Manager Improvements](https://daily.dev/posts/filament-v5-3-0-released-with-deferred-tab-badges-and-column-manager-improvements-pnbcfzefd) · Laravel News · 29 upvotes · 1 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/filament-storage-monitor-track-disk-usage-from-your-filament-dashboard-lxaw126zh)
