c006 / yii2-core
v2.1
2020-06-22 22:48 UTC
This package is not auto-updated.
Last update: 2026-03-04 17:52:01 UTC
README
Overview
General functions used by other c006 plugins
Installation
The preferred way to install this extension is through composer.
Either add
php composer.phar require --prefer-source "c006/yii2-core" "*"
or add to the require section of your composer.json file.
"c006/yii2-core": "*"
then
sudo php composer udpate