d4yii2 / sqlreport
SQL Reports
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/d4yii2/sqlreport
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-09-29 02:52:20 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