Skip to content

pixelion/amo-core

Repository files navigation

AMO core

PIXELION

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published