pcd20/import
There is no license information available for the latest version (1.0.1) of this package.
Extension importing Documentals in PCD20
1.0.1
2018-03-12 15:17 UTC
Requires
- php:>=5.4.0
- yiisoft/yii2:~2.0.0
- elitedivision/amos-core:~1.9.20
- execut/yii2-widget-bootstraptreeview:dev-master
- elitedivision/amos-uploader:~1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Documents importer for PCD20
Installation
- The preferred way to install this extension is through composer.
Either run
composer require pcd20/import
or add
"pcd20/import": "~1.0"
to the require section of your composer.json
file.
- Add module to your main config in common:
<?php
'modules' => [
'import' => [
'class' => 'pcd20\import\Module',
],
],
- Apply migrations
php yii migrate/up --migrationPath=@vendor/pcd20/import/src/migrations