ulugbek / disktotalspace
Monitor disk space
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
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