Storage info

Addon by NeoIsRecursive

Storage info Main Screenshot

A widget that displays some nice to know info about selected asset containers

image

Features

This addon adds a widget that displays

  • Asset Containers
  • Files on the disk
  • Bytes used by files
  • Unused files

In a nice table 🔥

Also works with s3 (image is from an old unreleased version):

image

How to Install

Run the following command from your project root:

composer require neoisrecursive/statamic-storage-info

How to Use

in config('statamic.cp') add new widget with type of storage info :)

    'widgets' => [
        'storage_info',
    ],

Publish the configuration file

php artisan vendor:publish --tag="storage-info-config"

there you can add handles that you don't want to be in the widget

TODO

  • [ ] permissions