jakharbek / yii2-core
Core
2.0
2019-01-31 08:37 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-02-25 21:43:04 UTC
README
Core
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist jakharbek/yii2-core "*"
or add
"jakharbek/yii2-core": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \jakharbek\core\AutoloadExample::widget(); ?>```