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

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

👁 art-er

Package info

repo.aster.it/elitedivision/amos-mobile-bridge

Homepage

Type:component

pkg:composer/arter/amos-mobile-bridge

Statistics

Installs: 602

Dependents: 0

Suggesters: 0

1.0.0 2022-05-04 16:01 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License d364d0c04626714fa21fa5a08866e91b462d1b0c

mobileappyii2amos

This package is auto-updated.

Last update: 2024-06-16 20:32:55 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