panix/mod-novaposhta

Module novaposhta

1.0.8 2023-10-10 15:43 UTC

This package is auto-updated.

Last update: 2024-10-31 00:23:24 UTC


README

Module "Nova Poshta"

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 panix/mod-novaposhta "^1.0"

or add

"panix/mod-novaposhta": "*"

to the require section of your composer.json file.

Add to web config.

'modules' => [
    ...
    'novaposhta' => ['class' => 'panix\mod\novaposhta\Module'],
]

Migrate

php yii migrate --migrationPath=vendor/panix/mod-novaposhta/migrations