elitedivision/amos-mobile-bridge

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

Amos 4 Mobile Compatibility Bridge

1.6.1 2023-05-16 13:22 UTC

README

Mobile Compatibility Layer for Amos 4

Installation

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

    Either run

    `bash composer require elitedivision/amos-mobile-bridge `

    or add

    "elitedivision/amos-mobile-bridge": "~1.0"

    to the require section of your composer.json file.

  2. Add module to your main config in common:

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

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