neoisrecursive / statamic-storage-info
Installs: 2 096
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Requires
- pixelfear/composer-dist-plugin: ^0.1.5
- statamic/cms: ^4.4
Requires (Dev)
- laravel/pint: ^1.10
README
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):
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