elitedivision/amos-platforms
There is no license information available for the latest version (dev-master) of this package.
Amos Platforms Management Plugin
dev-master
2024-12-18 14:59 UTC
Requires
- php:>=5.4.0
- ext-json:*
- elitedivision/amos-admin:*
- elitedivision/amos-core:*
- deployer/deployer:^6.0
- sensiolabs/ansi-to-html:^1.1.3
- melbahja/semver:^1.0.1
- mtdowling/cron-expression:*
- trntv/yii2-aceeditor:^2.0.0
- yiisoft/yii2-bootstrap4:*
- aws/aws-sdk-php:<=3.319.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Amos Platforms Management Plugin
Installation
The preferred way to install this extension is through composer.
Either run
`
bash composer require elitedivision/amos-platforms`
or add
"elitedivision/amos-platforms": "~1.0"
to the require section of your
composer.json
file.Add module to your main config in common:
<?php 'modules' => [ 'platforms' => [ 'class' => 'elitedivision\amos\platforms\Module' ], ],
Apply migrations
`
bash php yii migrate/up --migrationPath=@vendor/elitedivision/amos-platforms/src/migrations`