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
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-29 06:06:28 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