c006/yii2-core

Installs: 88

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

v2.1 2020-06-22 22:48 UTC

This package is not auto-updated.

Last update: 2024-04-17 07:59:15 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