esempla/yii2-import-export

Esempla Import Export

0.1.5 2019-04-11 14:14 UTC

This package is auto-updated.

Last update: 2024-04-17 22:36:14 UTC


README

Installation

The preferred way to install this extension is through composer.

Note: Check the composer.json for this extension's requirements and dependencies. Read this web tip /wiki on setting the minimum-stability settings for your application's composer.json.

Either run

composer require esempla/yii2-import-export "0.1.*"

or add

"esempla/yii2-import-export": "0.1.*"

to the `require` section of your composer.json file.

Module

The extension has been created as a module. You should configure the module with a name of authManager as shown below:

'modules' => [
	...
             'Importer' => [
                        'class' => 'esempla\import_export\Module',
                        'params'=>[
                            'default_start_column'=>'A', //string
                            'default_start_row'=>1, //int
                            'models_path'=>'common/models'
                        ]
                    ],
	...
],

To acces module

Go to http:://you_server//Importer/default/start