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

云片YII2组件

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

This package is not auto-updated.

Last update: 2024-09-29 05:27:45 UTC


README

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

使用

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