ulugbek / disktotalspace
Monitor disk space
Package info
github.com/Ulugbek-Muhammadjonov/disktotalspace
Type:yii2-extension
pkg:composer/ulugbek/disktotalspace
v1.03
2022-11-24 12:51 UTC
Requires
- yiisoft/yii2: ~2.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Monitor disk space
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist ulugbek/disktotalspace "*"
or add
"ulugbek/disktotalspace": "*"
to the require section of your composer.json file.
Usage
throw this into the modules
'disk-total-space-manager' => [ 'class' => 'ulugbek\disktotalspace\Module', ],
for migration
php yii migrate/up --migrationPath=@vendor/ulugbek/disktotalspace/migrations