PHPackages                             chyis/laravel-imperator - 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. chyis/laravel-imperator

ActiveProject

chyis/laravel-imperator
=======================

 laravel 编写的多功能内容管理及发布系统。使用它可以快速的搭建文章发布系统、电商系统、小程序及微信公众号系统。

01PHP

Since Jun 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/chyis/laravel-imperator)[ Packagist](https://packagist.org/packages/chyis/laravel-imperator)[ RSS](/packages/chyis-laravel-imperator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-imperator
=================

[](#laravel-imperator)

laravel-imperator 是基于 laravel 编写的多功能内容管理及发布系统。使用它可以快速的搭建文章发布系统、电商系统、小程序及微信公众号系统。

系统特点
----

[](#系统特点)

- 内置多用户体系和Rbac权限系统
- 支持多中内容类型基础数据【文章、图库、电商、生活、问答等十余种】
- 支持数据字典以及其扩展
- 支持前端页面内容自定义扩展
- 支持`Laravel`的多种模型关系
- `mysql`、`mongodb`、`pgsql`等多数据库支持
- 提供丰富的artisan命令行工具和web视图操作平台
- 支持引入第三方前端库
- 支持自定义数据统计图表和界面
- 支持绝大多数常用web组件
- 支持本地和oss【阿里/七牛/腾讯】文件上传
- 支持多CDN互备模式

环境需求
----

[](#环境需求)

- Composer
- PHP &gt;= 7.0.0
- Laravel &gt;= 5.5.0

安装流程
----

[](#安装流程)

系统环境需要 PHP 7及以上版本、Laravel 5.5及以上版本。

首先, 安装 Laravel 5.5，确保 key 已经生成数据库连接配置正确。

```
composer require chyis/laravel-imperator
```

运行如下命令发布 assets 和 config 文件：

```
php artisan vendor:publish --provider="Chyis\Imperator\PublishServiceProvider"
```

运行成功后可以在 config 目录下找到 `config/imperator.php`， 文件中你可以设置本系统安装的位置，数据库连接以及数据表名。

最后运行如下命令完成系统的安装。

```
php artisan imperator:install
```

打开你配置的网址（默认是  ），然后用用户名 `admin` 和密码 `admin` 登录操作台。

指令运行
----

[](#指令运行)

系统提供了诸多命令让开发者可以在系统环境里直接生成指定类型的系统文件，便于开发者进行扩展开发。当然这些功能都可以在操作台实现。方便众多站长们。

命令作用参数`php artisan imperator:build`创建新的系统--app 生成位置 --type 系统类型`php artisan imperator:modify`修改已经存在的系统`php artisan imperator:remove`删除已经存在的系统`php artisan imperator:facades`引入前端组件`php artisan imperator:block`生成代码块配置详情
----

[](#配置详情)

配置文件 `config/imperator.php` 包含一系列可以自定义的配置项，通过这些配置项你可以自主选配所要搭建的系统。

配置名称说明siteName系统名称~1.0appName生成位置~1.0facades生成外观类型~1.0License
-------

[](#license)

`laravel-imperator` is licensed under [The MIT License (MIT)](https://github.com/chyis/laravel-imperator/LICENSE).

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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/0d5d38d62dcc538404f0dd65c62e8c8cc6a05f3c2c238f66867eaa830f20d55e?d=identicon)[小林](/maintainers/%E5%B0%8F%E6%9E%97)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/chyis-laravel-imperator/health.svg)

```
[![Health](https://phpackages.com/badges/chyis-laravel-imperator/health.svg)](https://phpackages.com/packages/chyis-laravel-imperator)
```

PHPackages © 2026

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