oks/yii2-core

Core

Installs: 70

Dependents: 1

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2018-10-13 08:15 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:29:31 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(); ?>```