pixelion / amo-core
Amo core
dev-main
2021-03-24 17:17 UTC
Requires
- amocrm/amocrm-api-library: dev-master
This package is auto-updated.
Last update: 2026-02-25 04:06:39 UTC
README
PIXELION
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist pixelion/amo-core "*"
or add
"pixelion/amo-core": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'amocrm' => ['class' => 'Pixelion\AmoCrm\Module'],
]
Migrate
php yii migrate --migrationPath=vendor/pixelion/amo-core/migrations