open20/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-23 11:17 UTC

README

Mobile Compatibility Layer for Amos 4

Installation

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

    Either run

    composer require open20/amos-mobile-bridge

    or add

    "open20/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' => 'open20\amos\mobile\bridge\Module'
        ],
    ],
  3. Apply migrations

    php yii migrate/up --migrationPath=@vendor/open20/amos-mobile-bridge/src/migrations