elitedivision/amos-platforms

There is no license information available for the latest version (dev-master) of this package.

Amos Platforms Management Plugin

dev-master 2024-03-19 16:08 UTC

README

Amos Platforms Management Plugin

Installation

  1. The preferred way to install this extension is through composer.

    Either run

    `bash composer require elitedivision/amos-platforms `

    or add

    "elitedivision/amos-platforms": "~1.0"

    to the require section of your composer.json file.

  2. Add module to your main config in common:

    <?php
    'modules' => [
        'platforms' => [
            'class' => 'elitedivision\amos\platforms\Module'
        ],
    ],
    
  3. Apply migrations

    `bash php yii migrate/up --migrationPath=@vendor/elitedivision/amos-platforms/src/migrations `