d4yii2/sqlreport

There is no license information available for the latest version (dev-master) of this package.

SQL Reports

dev-master 2022-05-31 18:37 UTC

This package is auto-updated.

Last update: 2024-04-29 04:47:52 UTC


README

#SQL Reports"

Features

Installation

The preferred way to install this extension is through composer.

Either run

$ composer require d4yii2/sqlreport "*"

or add

"d4yii2/sqlreport": "*"

to the require section of your composer.json file.

To config console migration add

 '@vendor/d4yii2/sqlreport/migrations',

To web config add to module section

       'sqlreport' => [
            'class' => 'd4yii2\sqlreport\Module',
            'leftMenu' => 'admin'
        ], 

run migration