c006 / yii2-core
Installs: 90
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
This package is not auto-updated.
Last update: 2024-11-13 10:29:34 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