2017 © Pedro Peláez
 

yii2-extension yii2-importer

Yii2 CSV ActiveRecord importer

image

webtoolsnz/yii2-importer

Yii2 CSV ActiveRecord importer

  • Thursday, May 12, 2016
  • by badams
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Install

composer require webtoolsnz/yii2-importer, (*1)

config/console.php, (*2)

[
    'bootstrap' => ['importer'],
    'controllerMap' => [
        'importer' => [
            'class' => 'backend\commands\ImporterController',
        ],
    ],
    'modules' => [
        'importer' => [
            'class' => 'webtoolsnz\importer\Module',
        ],
    ],
]

config/web.php, (*3)

[
    'bootstrap' => ['importer'],
    'modules' => [
        'importer' => [
            'class' => 'webtoolsnz\importer\Module',
        ],
    ],
]

controllers/ImportController.php, (*4)

<?php
class ImportController extends \webtoolsnz\importer\ImporterController
{

}

cp vendor/webtoolsnz/yii2-importer/src/migrations/* migrations/ ./yii migrate, (*5)

The Versions

12/05 2016

dev-master

9999999-dev https://github.com/webtoolsnz/yii2-importer

Yii2 CSV ActiveRecord importer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Byron Adams

csv yii2 import

12/05 2016

0.1.3

0.1.3.0 https://github.com/webtoolsnz/yii2-importer

Yii2 CSV ActiveRecord importer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Byron Adams

csv yii2 import

12/05 2016

0.1.2

0.1.2.0 https://github.com/webtoolsnz/yii2-importer

Yii2 CSV ActiveRecord importer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Byron Adams

csv yii2 import

12/05 2016

0.1.1

0.1.1.0 https://github.com/webtoolsnz/yii2-importer

Yii2 CSV ActiveRecord importer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Byron Adams

csv yii2 import

11/05 2016

0.1.0

0.1.0.0 https://github.com/webtoolsnz/yii2-importer

Yii2 CSV ActiveRecord importer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Byron Adams

csv yii2 import

10/05 2016

0.0.1

0.0.1.0 https://github.com/webtoolsnz/yii2-importer

Yii2 CSV ActiveRecord importer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Byron Adams

csv yii2 import