dev-reportico-new-architecture
dev-reportico-new-architectureReportico
GPL-3.0
The Requires
- php ^5.5.9|^7.0.0
- reportico-web/reportico ^6.0
by Peter Deed
database extension yii2 reports reporting reportico
Reportico
The preferred way to install this extension is through composer., (*1)
Either run, (*2)
composer require --prefer-dist reportico/yii2-reportico "dev-master"
or add, (*3)
"reportico/yii2-reportico": "dev-master"
to the require section of your composer.json
file., (*4)
Once the extension is installed, simply use it in your code by adding to the modules section of your config/web.php file the following:, (*5)
...
'reportico' => [
'class' => 'reportico\reportico\Module' ,
'controllerMap' => [
'reportico' => 'reportico\reportico\controllers\ReporticoController',
'mode' => 'reportico\reportico\controllers\ModeController',
'ajax' => 'reportico\reportico\controllers\AjaxController',
]
],
...
, (*6)
After setup you can follow http://yii2_url/index.php/r=reportico or (http://yii2_url/index.php/reportico if you are using pretty urls) to access reportico. Then you can set an admin password, configure the tutorials or create new report project., (*7)
Use the tutorials to get to grips with report design, but for embedding and creating links to reportico from your Yii2 app follow the instructions in the following links., (*8)
For the Yii2 Reportico quickstart guide go to :- http://www.reportico.org/yii2/web/index.php/site/index, (*9)
For the main reportico site go to :- http://www.reportico.org, (*10)
, (*11)
, (*12)
, (*13)
Reportico
GPL-3.0
database extension yii2 reports reporting reportico