PHPackages                             xadmin/laravel-cmf - 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. [Admin Panels](/categories/admin)
4. /
5. xadmin/laravel-cmf

ActiveLibrary[Admin Panels](/categories/admin)

xadmin/laravel-cmf
==================

Laravel-cmf is a background management extension developed based on the laravel framework, which enables rapid build of back-end systems

v1.0(6y ago)230[1 issues](https://github.com/xiaqiancheng/laravel-cmf/issues)MITPHPCI failing

Since Jul 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/xiaqiancheng/laravel-cmf)[ Packagist](https://packagist.org/packages/xadmin/laravel-cmf)[ Docs](https://github.com/xiaqiancheng/laravel-cmf/)[ RSS](/packages/xadmin-laravel-cmf/feed)WikiDiscussions master Synced 1mo ago

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

laravel-cmf是基于laravel框架开发的后台管理扩展，通过此扩展可以快速构建后台系统。

#### 安装步骤

[](#安装步骤)

##### 1 安装扩展

[](#1-安装扩展)

```
composer require xadmin/laravel-cmf

```

##### 2 连接数据库

[](#2-连接数据库)

```
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

```

##### 3 配置APP\_URL

[](#3-配置app_url)

```
APP_URL=http://localhost:8000

```

##### 4 设置语言(中文)

[](#4-设置语言中文)

###### 修改config/app.php

[](#修改configappphp)

```
'locale' => 'zh_CN',

```

##### 5 运行安装

[](#5-运行安装)

```
php artisan laravel-cmf:install

```

##### 6 启动

[](#6-启动)

```
php artisan serve

```

#### 创建后台管理员

[](#创建后台管理员)

```
php artisan laravel-cmf:admin your@email.com --create

```

系统将提示您输入用户名和密码。

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

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

2500d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/859ab83481e0a222e47fc048dcbff9cda021484cfe05c7631e73bb4bb78650a7?d=identicon)[xiaqiancheng](/maintainers/xiaqiancheng)

---

Tags

laraveladminpanel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xadmin-laravel-cmf/health.svg)

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

###  Alternatives

[laraveladminpanel/admin

A Laravel Admin Package to make your life easier and steer your project in the right direction

852.1k](/packages/laraveladminpanel-admin)

PHPackages © 2026

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