ulugbek/disktotalspace Monitor disk space

Disktotalspace

  1. Installation
  2. Usage

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
1 0
1 follower
15 downloads
Yii Version: 2.0
License: BSD-3-Clause
Category: Web Service
Developed by: Ulugbek-Muhammadjonov
Created on: Nov 24, 2022
Last updated: (not set)
Packagist Profile
Github Repository

Related Extensions