ulugbek/disktotalspace

Monitor disk space

v1.03 2022-11-24 12:51 UTC

This package is auto-updated.

Last update: 2024-03-24 15:37:11 UTC


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