panix / mod-novaposhta
Module novaposhta
Package info
github.com/andrtechno/mod-novaposhta
Type:pixelion-module
pkg:composer/panix/mod-novaposhta
1.0.8
2023-10-10 15:43 UTC
Requires
README
Module "Nova Poshta"
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