PHPackages                             rockys/ex-admin-laravel - 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. rockys/ex-admin-laravel

ActiveLibrary[Admin Panels](/categories/admin)

rockys/ex-admin-laravel
=======================

Ex-admin-laravel 是一个基于Ant Design of Vue + Laravel 开发而成后台系统构建工具，无需关注页面模板JavaScript，只用php代码即可快速构建出一个功能完善的后台系统。

2.0.0(3y ago)215061[3 issues](https://github.com/rocky-git/ex-admin-laravel/issues)Apache-2.0PHPPHP &gt;=7.3.0

Since Sep 15Pushed 3y ago2 watchersCompare

[ Source](https://github.com/rocky-git/ex-admin-laravel)[ Packagist](https://packagist.org/packages/rockys/ex-admin-laravel)[ RSS](/packages/rockys-ex-admin-laravel/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

 [![](https://camo.githubusercontent.com/56923318b0835d8cc70762226bc77ef9e5fa8cd75ae18ac4ecd460858aab5c57/68747470733a2f2f7777772e65782d61646d696e2e636f6d2f6c6f676f2e706e67)](https://camo.githubusercontent.com/56923318b0835d8cc70762226bc77ef9e5fa8cd75ae18ac4ecd460858aab5c57/68747470733a2f2f7777772e65782d61646d696e2e636f6d2f6c6f676f2e706e67)Ex-Admin
========

[](#ex-admin)

`Ex-Admin`是一个基于[Ant Design of Vue](https://www.antdv.com/docs/vue/introduce-cn/)开发而成后台系统构建工具，无需关注页面模板JavaScript，只用php代码即可快速构建出一个功能完善的后台系统。。

[![](https://camo.githubusercontent.com/9c3729303d4deb1e99efa1dd1bd061ccae96070680a2e5827af61dea31c94cc9/68747470733a2f2f7777772e65782d61646d696e2e636f6d2f696d672f313635353634353030303930332e706e67)](https://camo.githubusercontent.com/9c3729303d4deb1e99efa1dd1bd061ccae96070680a2e5827af61dea31c94cc9/68747470733a2f2f7777772e65782d61646d696e2e636f6d2f696d672f313635353634353030303930332e706e67)

- [中文文档](https://www.ex-admin.com/doc)
- [Demo / 在线演示](https://demo.ex-admin.com)
- [ex-admin-ui(github)](https://github.com/rocky-git/ex-admin-ui)
- [ex-admin-ui(码云)](https://gitee.com/rocky-git/ex-admin-ui)
- [官方交流群](https://jq.qq.com/?_wv=1027&k=ueqB1sVD)

#### thinkphp版本

[](#thinkphp版本)

- [github](https://github.com/rocky-git/ex-admin-thinkphp)
- [gitee](https://gitee.com/rocky-git/ex-admin-thinkphp)

#### laravel版本

[](#laravel版本)

- [github](https://github.com/rocky-git/ex-admin-laravel)
- [gitee](https://gitee.com/rocky-git/ex-admin-laravel)

#### hyperf版本

[](#hyperf版本)

- [github](https://github.com/rocky-git/ex-admin-hyperf)
- [gitee](https://gitee.com/rocky-git/ex-admin-hyperf)

#### webman版本

[](#webman版本)

- [github](https://github.com/rocky-git/ex-admin-webman)
- [gitee](https://gitee.com/rocky-git/ex-admin-webman)

### 特性

[](#特性)

- 灵活的设计，支持php各种框架接入
- 后台组件面向对象编程，组件化开发
- 自定义vue页面组件，无需重新编译打包
- 注解权限RBAC的权限系统,无限极菜单
- 数据表格构建工具，内置丰富的表格常用功能（如拖拽排序、数据导出、搜索、快捷创建、批量操作等）
- 数据表单构建工具，分步表单构建工具，内置丰富的表单类型，表单watch，表单互动
- 数据详情页构建工具
- 支持自定义图表

### 安装

[](#安装)

首先需要安装 laravel 框架，如已安装可以跳过此步骤。如果您是第一次使用 laravel，请务必先阅读文档 [安装《Laravel 8 中文文档》](https://learnku.com/docs/laravel/8.5/installation/10359) ！

```
composer create-project laravel/laravel 项目名称

```

安装完 laravel 之后需要修改.env 文件，设置数据库连接设置正确

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

```

安装 ex-admin

```
cd {项目名称}

composer require rockys/ex-admin-laravel

```

:::tip 执行这一步命令可能会报以下错误 Specified key was too long ... 767 bytes，如果出现这个报错，请在 app/Providers/AppServiceProvider.php 文件的 boot 方法中加上代码 Schema::defaultStringLength(191);，然后删除掉数据库中的所有数据表，再重新运行一遍 php artisan admin:install 命令即可 ::: 然后运行下面的命令完成安装：

```
php artisan admin:install

```

启动服务后，在浏览器打开 [http://localhost/admin，使用用户名](http://localhost/admin%EF%BC%8C%E4%BD%BF%E7%94%A8%E7%94%A8%E6%88%B7%E5%90%8D) admin 和密码 admin 登陆

---

### Apache

[](#apache)

apache默认是没有开启Authorization请求头的，需要在 `httpd.conf` 配置以下规则

```
// 路径举例：D:\phpstudy_pro\Extensions\Apache2.4.39\conf
// 在httpd.conf搜索 IfModule dir_module 新增SefEnvIf这一行

    DirectoryIndex index.php index.html
    SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0

```

### Nginx

[](#nginx)

```
location / {
    try_files $uri $uri/ /index.php?$query_string;
}

```

### 鸣谢

[](#鸣谢)

`Ex-Admin` 基于以下组件:

- [Ant Design Vue](https://www.antdv.com)
- [Vue3](https://cn.vuejs.org/)
- [font-awesome](http://fontawesome.io)
- [echarts](https://echarts.apache.org/)
- [simple-uploader.js](https://github.com/simple-uploader/Uploader)
- [tinymce](https://www.tiny.cloud/)
- [sortablejs](http://www.sortablejs.com/)

### License

[](#license)

---

Ex-Admin遵循Apache2开源协议发布，并提供免费使用

### 交流QQ群 579150457

[](#交流qq群-579150457)

[![](https://camo.githubusercontent.com/92814792caa6b1e157c171969906899e95b4989d01b4ba44e6f84bb422d8ba00/68747470733a2f2f7777772e65782d61646d696e2e636f6d2f73746f726167652f71715f7465616d2e706e67)](https://camo.githubusercontent.com/92814792caa6b1e157c171969906899e95b4989d01b4ba44e6f84bb422d8ba00/68747470733a2f2f7777772e65782d61646d696e2e636f6d2f73746f726167652f71715f7465616d2e706e67)

### 捐赠

[](#捐赠)

[![](https://camo.githubusercontent.com/9b030f1031e4f51bce74fc416a963fe4455791b3ae56038c0038e031170a89ce/68747470733a2f2f7777772e65782d61646d696e2e636f6d2f73746f726167652f66696c65732f66613562336336363935306230626339326239363535326464383039356163372e6a706567)](https://camo.githubusercontent.com/9b030f1031e4f51bce74fc416a963fe4455791b3ae56038c0038e031170a89ce/68747470733a2f2f7777772e65782d61646d696e2e636f6d2f73746f726167652f66696c65732f66613562336336363935306230626339326239363535326464383039356163372e6a706567)[![](https://camo.githubusercontent.com/5f4f6070e20a602d6ae1a08a05c29a98ed84a07c09c6889ecde8f146f40892d5/68747470733a2f2f7777772e65782d61646d696e2e636f6d2f73746f726167652f66696c65732f38326163653962326165626339356161613539363130626662356136323062662e6a706567)](https://camo.githubusercontent.com/5f4f6070e20a602d6ae1a08a05c29a98ed84a07c09c6889ecde8f146f40892d5/68747470733a2f2f7777772e65782d61646d696e2e636f6d2f73746f726167652f66696c65732f38326163653962326165626339356161613539363130626662356136323062662e6a706567)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~27 days

Total

5

Last Release

1228d ago

Major Versions

1.0.3 → 2.0.02023-01-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/2356ebc531ecf95396be69a4adf181e70be1d5f1aa8a0dc1b8467218f528ff19?d=identicon)[rocky-git](/maintainers/rocky-git)

---

Top Contributors

[![rocky-git](https://avatars.githubusercontent.com/u/44958386?v=4)](https://github.com/rocky-git "rocky-git (20 commits)")

---

Tags

phplaraveluiadmincurdEx-adminExAdmin

### Embed Badge

![Health badge](/badges/rockys-ex-admin-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/rockys-ex-admin-laravel/health.svg)](https://phpackages.com/packages/rockys-ex-admin-laravel)
```

###  Alternatives

[rockys/ex-admin-thinkphp

Ex-admin-thinkphp 是一个基于Ant Design of Vue + Thinkphp 开发而成后台系统构建工具，无需关注页面模板JavaScript，只用php代码即可快速构建出一个功能完善的后台系统。

163.0k](/packages/rockys-ex-admin-thinkphp)[rockys/ex-admin-ui

基于Ant Design of Vue 的PHP通用前端渲染框架Ex-admin UI

254.6k4](/packages/rockys-ex-admin-ui)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[awes-io/indigo-layout

Basic styles and components set for building user interfaces.

4424.6k4](/packages/awes-io-indigo-layout)[superv/platform

SuperV Platform Package

2411.6k5](/packages/superv-platform)[prismaticoder/maker-checker-laravel

A package for simplifying the integration of a maker-checker approval process to your Laravel application.

232.7k](/packages/prismaticoder-maker-checker-laravel)

PHPackages © 2026

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