neoisrecursive/statamic-storage-info

v1.0.2 2023-12-14 16:11 UTC

This package is auto-updated.

Last update: 2024-04-08 17:47:15 UTC


README

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