oks / yii2-core
Core
dev-master
2018-10-13 08:15 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2025-03-10 16:25:30 UTC
README
Core
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist oks/yii2-core "*"
or add
"oks/yii2-core": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \oks\core\AutoloadExample::widget(); ?>```