:warning: Project state: discontinued/obsolete
, (*1)
It is recommended to remove this package from your composer.json
dependencies, see dmstr/yii2-helpers for a replacement., (*2)
Provides in-depth configuration and application information, (*3)
Installation
The preferred way to install this extension is through composer., (*4)
Either run, (*5)
php composer.phar require --prefer-dist dmstr/yii2-application-info "*"
or add, (*6)
"dmstr/yii2-application-info": "*"
to the require section of your composer.json
file., (*7)
Usage
Once the extension is installed, simply use it in your code by :, (*8)
php
<?= \dmstr\modules\backend\AutoloadExample::widget(); ?>
, (*9)