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.
1.0.0
2022-05-04 16:01 UTC
Requires
- php: >=5.4.0
- 2amigos/yii2-qrcode-helper: 1.0.2
- arter/amos-admin: *
- arter/amos-core: *
- open2/amos-expo: *
- understeam/yii2-fcm: ~0.1
This package is auto-updated.
Last update: 2024-06-16 20:32:55 UTC
README
Mobile Compatibility Layer for Amos 4
Installation
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.Add module to your main config in common:
<?php 'modules' => [ 'mobilebridge' => [ 'class' => 'arter\amos\mobile\bridge\Module' ], ],
Apply migrations
php yii migrate/up --migrationPath=@vendor/arter/amos-mobile-bridge/src/migrations