PHPackages                             wangzd/laravel-custom-page - 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. wangzd/laravel-custom-page

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

wangzd/laravel-custom-page
==========================

laravel-custom-page是一个用于管理你需要给普通用户可以编辑的页面内容

0.1(8y ago)01.1kMITPHPPHP &gt;=5.5.0

Since Oct 25Pushed 8y ago3 watchersCompare

[ Source](https://github.com/wangzhoudong/laravel-custom-page)[ Packagist](https://packagist.org/packages/wangzd/laravel-custom-page)[ RSS](/packages/wangzd-laravel-custom-page/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

自定义编辑
-----

[](#自定义编辑)

laravel-custom-page是一个用于管理你需要给普通用户可以编辑的页面内容

使用
--

[](#使用)

安装
--

[](#安装)

使用 `composer require "wangzd/laravel-custom-page:*"`

配置
--

[](#配置)

### Laravel应用

[](#laravel应用)

1. 注册 `ServiceProvider`:

```
Wangzd\Page\PageServiceProvider::class,
```

```

2. 创建配置和迁移文件
```shell
php artisan vendor:publish

```

4. 执行迁移命令,生成数据表

```
php artisan migrate
```

5.添加门面到`config/app.php`中的`aliases`部分:

```
'Page' => Wangzd\Page\Facades\Dict::class
```

License
-------

[](#license)

MIT

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3122d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4695837?v=4)[wangzd](/maintainers/wangzd)[@wangzd](https://github.com/wangzd)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wangzd-laravel-custom-page/health.svg)

```
[![Health](https://phpackages.com/badges/wangzd-laravel-custom-page/health.svg)](https://phpackages.com/packages/wangzd-laravel-custom-page)
```

###  Alternatives

[caseyamcl/toc

Simple Table-of-Contents Generator for PHP. Generates TOCs based off H1...H6 tags

92344.9k5](/packages/caseyamcl-toc)[worksome/feature-flags

A package to manage feature flags in your application

11506.3k](/packages/worksome-feature-flags)[matthieumastadenis/couleur

A modern PHP 8.1+ color library, compatible with CSS Color Module Level 4

3038.5k3](/packages/matthieumastadenis-couleur)

PHPackages © 2026

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