2017 © Pedro Peláez
 

yii2-extension yii2-report

Report module

image

halumein/yii2-report

Report module

  • Thursday, October 6, 2016
  • by halumein
  • Repository
  • 2 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2-repot

Модуль отчётов, (*1)

php composer require halumein/yii2-report "*"

миграция:, (*2)

php yii migrate --migrationPath=vendor/halumein/yii2-report/migrations

В конфигурационный файл приложения добавить модуль test, (*3)

    'modules' => [
        'report' => [
            'class' => 'halumein\report\Module',
        ],
        //...
    ]

The Versions

06/10 2016

dev-master

9999999-dev https://github.com/halumein

Report module

  Sources   Download

BSD-3-Clause

The Requires

 

by Vadim Trishlin

yii2 application nethammer