Download the PHP package geowrgetudor/disk-metrics without Composer
On this page you can find all versions of the php package geowrgetudor/disk-metrics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download geowrgetudor/disk-metrics
More information about geowrgetudor/disk-metrics
Files in geowrgetudor/disk-metrics
Package disk-metrics
Short Description Monitor disk size, file & directory count for Laravel Pulse
License MIT
Homepage https://github.com/geowrgetudor/disk-metrics
Informations about the package disk-metrics
Disk Metrics for Laravel Pulse
Credits to Aaron Francis for his Pulse tutorial.
This is a Laravel Pulse package that adds metrics for your Local and S3 storage.
- Total Size
- Total Files
- Total Directories (only for
local
driver)
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Usage
Register the recorder inside config/pulse.php
. (If you don\'t have this file make sure you have published the config file of Larave Pulse using php artisan vendor:publish --tag=pulse-config
)
Publish Laravel Pulse dashboard.blade.php
view using php artisan vendor:publish --tag=pulse-dashboard
Then you can modify the file and add the disk-metrics livewire template.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- George Tudor
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of disk-metrics with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0|^11.0
laravel/pulse Version ^1.0@beta