新业Web/xpyun

XPrinterYun

dev-master 2021-11-30 10:04 UTC

This package is auto-updated.

Last update: 2024-08-29 05:37:33 UTC


README

XPrinterYun

安装

安装此扩展的首选方法是通过 composer

运行以下命令之一

php composer.phar require --prefer-dist xinyeweb/xpyun:"dev-master"

或者在您的 composer.json 文件的 require 部分添加

"xinyeweb/xpyun": "*"

to

使用方法

扩展安装完成后,只需在您的代码中通过

<?= \Xpyun\AutoloadExample::widget(); ?>```