PHPackages                             beautycss/tem - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. beautycss/tem

ActiveLibrary

beautycss/tem
=============

113JavaScript

Since Aug 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/beautycss/tem)[ Packagist](https://packagist.org/packages/beautycss/tem)[ RSS](/packages/beautycss-tem/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-admin extension 商品SKU上传
===============================

[](#laravel-admin-extension-商品sku上传)

安装
--

[](#安装)

```
composer install beautycss/tem
php artisan vendor:publish --provider="Beautycss\Tem\TemServiceProvider"
```

配置
--

[](#配置)

### 配置tem上传地址

[](#配置tem上传地址)

文件路径【public/vendor/beautycss/tem/tem.js】

```
const UploadHost = '/admin/upload_file';
```

php进行存储

```
// key为file
if($request->hasFile('file')) {
    $file = $request->file('file');
    $path = $file->store('images');

    // 返回格式
    return ['url'=> Storage::url($path)];
}
```

### 数据库字段配置

[](#数据库字段配置)

- 数据类型json

### 使用方法

[](#使用方法)

```
$form->tem('tem','商品SKU');
```

### 其他说明

[](#其他说明)

本扩展只会将SKU数据写指定的字段中，如需个性化处理数据，请在【表单回调】中处理

原始数据

```
{
	"type": "many", // many多规格；single单规格
	"attrs": {"尺寸": ["XL", "XXL", "XXXL"], "颜色": ["黑", "灰色"]},
    "sku": [{"pic": "", "price": "89", "stock": "100", "尺寸": "XL", "颜色": "黑"}, {
        "pic": "",
        "price": "89",
        "stock": "100",
        "尺寸": "XL",
        "颜色": "灰色"
    }, {"pic": "", "price": "89", "stock": "100", "尺寸": "XXL", "颜色": "黑"}, {
        "pic": "",
        "price": "89",
        "stock": "100",
        "尺寸": "XXL",
        "颜色": "灰色"
    }, {"pic": "", "price": "89", "stock": "100", "尺寸": "XXXL", "颜色": "黑"}, {
        "pic": "",
        "price": "89",
        "stock": "100",
        "尺寸": "XXXL",
        "颜色": "灰色"
    }]
}
```

```
$form->tem('tem','商品SKU');

// 处理数据
$form->saving(function($form) {
    dd($form->tem);
});
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f225940a853d613f896285c9d254580b7467eefcecf3c6485397b58f3f50567b?d=identicon)[beautycss](/maintainers/beautycss)

---

Top Contributors

[![beautycss](https://avatars.githubusercontent.com/u/16473160?v=4)](https://github.com/beautycss "beautycss (4 commits)")

### Embed Badge

![Health badge](/badges/beautycss-tem/health.svg)

```
[![Health](https://phpackages.com/badges/beautycss-tem/health.svg)](https://phpackages.com/packages/beautycss-tem)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
