PHPackages                             zzexts/poster - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zzexts/poster

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zzexts/poster
=============

一个可修改海报图

0.1.10(3y ago)09MITPHPPHP &gt;=7.0.0

Since Nov 12Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (9)Used By (0)

zzexts/poster
=============

[](#zzextsposter)

一个可以直接修改的海报图。需要前端配合进行

require laravel,laravel-admin

安装
--

[](#安装)

```
$ composer require zzexts/poster
```

#### 发布静态文件到public目录

[](#发布静态文件到public目录)

后台提供编辑海报的前端源码进行发布， 同时生成配置文件`config/zzexts-poster.php`

```
$ php artisan vendor:publish --provider=Zzexts\\Poster\\PosterServiceProvider
```

可修改配置文件 `config/zzexts-poster.php`。需要配置二维码展位图地址。图片位置默认使用的是本次存储，可按照自己的需要修改。

```
    'database' => [
        'connection' => '',
        'poster_table' => 'posters',//数据库名称
    ],
    'qrcode_example_url' => 'https://xxxxxxxxx.oss-cn-beijing.aliyuncs.com/xxxxx/lYRGZAlbHD47QnWw0vqgaIpDLvwc4q6iBLmSK1iV.png',// 二维码占位图
    'filesystem_driver' => 'public', //使用的图片存储位置
    'upload_file_max_size' => 5242880,// 按照字节数量设置，默认5m
```

#### 迁入数据库

[](#迁入数据库)

数据库增加表 `posters`

```
$ php artisan admin:poster-install
```

#### 安装完成！

[](#安装完成)

使用
--

[](#使用)

文件存储配置 `config/filesystems.php`。 可以使用public配置。使用七牛，oss需按照laravel文件存储配置。

```
....
'public' => [
    'driver' => 'local',
    'root' => storage_path('app/public'),
    'url' => env('APP_URL').'/storage',
    'visibility' => 'public',
],
....
```

浏览器访问 `http://your-host/admin/poster`

有需要可以导入菜单，或者手动增加
----------------

[](#有需要可以导入菜单或者手动增加)

#### 导入laravel-admin菜单

[](#导入laravel-admin菜单)

```
$ php artisan admin:import poster
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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.

###  Release Activity

Cadence

Every ~0 days

Total

7

Last Release

1277d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0172cc76db6ef093defa5be380fed6eba22b041d75d88d5a65c9f6c81b6f1fd7?d=identicon)[liucodeing](/maintainers/liucodeing)

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zzexts-poster/health.svg)

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

###  Alternatives

[laravel-admin-ext/chartjs

Use Chartjs in laravel-admin

102180.6k1](/packages/laravel-admin-ext-chartjs)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

42119.3k](/packages/laravel-admin-ext-grid-sortable)[jxlwqq/json-editor

JSON Editor for Laravel-admin

32101.8k](/packages/jxlwqq-json-editor)[jxlwqq/env-manager

Env Manager for Laravel-admin

3719.9k](/packages/jxlwqq-env-manager)[jxlwqq/quill

quill editor for laravel-admin

2427.1k](/packages/jxlwqq-quill)

PHPackages © 2026

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