There is no license information available for the latest version (dev-master) of this package.

云片YII2组件

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/componentsforyii2/yunpian

dev-master 2018-05-31 01:41 UTC

This package is not auto-updated.

Last update: 2025-10-12 11:21:18 UTC


README

在composer.json 文件中加入
"yuanshuai/ys-yunpian" : "*"
然后命令行执行composer update --prefer-dist

使用

在配置文件中加入:
<?php
	'yunpian'=>[
		'class'=>'yuanshuai\yunpian\Yunpian',
		'config'=>[
			'appkey'=>appkey,
			'codeTemp'=>模板
		]
	]
?>