arter/amos-mobile-bridge

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

Amos 4 Mobile Compatibility Bridge

1.0.0 2022-05-04 16:01 UTC

This package is auto-updated.

Last update: 2024-04-16 20:11:56 UTC


README

Mobile Compatibility Layer for Amos 4

Installation

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

    Either run

     composer require arter/amos-mobile-bridge
    

    or add

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

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