PHPackages                             chen-see/laravel-vue-admin - 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. chen-see/laravel-vue-admin

ActiveLibrary[Admin Panels](/categories/admin)

chen-see/laravel-vue-admin
==========================

开箱即用的Laravel后台扩展

v1.3.0(1y ago)0117MITPHP

Since Mar 19Pushed 1y agoCompare

[ Source](https://github.com/ChenSee/laravel-vue-admin)[ Packagist](https://packagist.org/packages/chen-see/laravel-vue-admin)[ Docs](https://github.com/smallruraldog/admin)[ RSS](/packages/chen-see-laravel-vue-admin/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (59)Used By (0)

[![logo](./docs/README.assets/logo-1584436939847.png)](./docs/README.assets/logo-1584436939847.png)

增加快捷导航栏

Laravel-Vue-Admin 是一个开箱即用的 Laravel 后台扩展

前后端分离，简单的几行代码即可创建一个`vue`+`vuex`+`vue-route`+`elment-ui`+`laravel`的项目

内置了丰富的`表单` `表格`组件

最核心的是强大的自定义组件功能

[开发者文档](https://www.yuque.com/smallruraldog/laravel-vue-admin/overview)

安装
--

[](#安装)

首先确保安装好了 laravel，并且数据库连接设置正确。

```
composer require chen-see/laravel-vue-admin
```

然后运行下面的命令来发布资源：

```
php artisan vendor:publish --provider="SmallRuralDog\Admin\AdminServiceProvider"
```

在该命令会生成配置文件`config/admin.php`，可以在里面修改安装的地址、数据库连接、以及表名，建议都是用默认配置不修改。 然后运行下面的命令完成安装：

```
php artisan admin:install
```

启动服务后，在浏览器打开 `/admin` ,使用用户名 admin 和密码 admin 登录.

版本升级
----

[](#版本升级)

查看当前版本

```
composer show chen-see/laravel-vue-admin --latest
```

更新到最新版

```
composer require chen-see/laravel-vue-admin
```

更新到开发版

```
composer require chen-see/laravel-vue-admin:dev-master
```

更新资源文件

发布静态资源文件(必须)

```
php artisan vendor:publish --tag=laravel-vue-admin-assets --force
```

```
// 发布语言包文件
php artisan vendor:publish --tag=laravel-vue-admin-lang --force

// 清理视图缓存
php artisan view:clear
```

最后不要忘记清理浏览器缓存，如果有 CDN 也要更新 CDN 的缓存

感谢
==

[](#感谢)

- [ZFont 找字体](http://zfont.cn)

交流
==

[](#交流)

[![image-20200313103804881](./docs/README.assets/image-20200313103804881.png)](./docs/README.assets/image-20200313103804881.png)

支持
==

[](#支持)

如果你觉得 Laravel-Vue-Admin 节省了你的开发时间，让你少加班，让你能更早的回家陪女友或者打游戏，能让你更快速的挣到钱，那么请支持我，让我能继续的将 Laravel-Vue-Admin 做好，做下去！

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance45

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 82.2% 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 ~41 days

Recently: every ~162 days

Total

46

Last Release

430d ago

Major Versions

v0.2.7 → v1.02020-09-20

v1.0.2 → 2.x-dev2020-10-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/9790d729a84440d896992f3413c19ee41d8787e7ba38dd53b4f8015a231825e8?d=identicon)[ChenSee](/maintainers/ChenSee)

---

Top Contributors

[![SmallRuralDog](https://avatars.githubusercontent.com/u/5151848?v=4)](https://github.com/SmallRuralDog "SmallRuralDog (291 commits)")[![Mojito-source](https://avatars.githubusercontent.com/u/32919965?v=4)](https://github.com/Mojito-source "Mojito-source (23 commits)")[![yidalh](https://avatars.githubusercontent.com/u/76153312?v=4)](https://github.com/yidalh "yidalh (18 commits)")[![osindex](https://avatars.githubusercontent.com/u/4703215?v=4)](https://github.com/osindex "osindex (14 commits)")[![lphkxd](https://avatars.githubusercontent.com/u/16346895?v=4)](https://github.com/lphkxd "lphkxd (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![anjestar](https://avatars.githubusercontent.com/u/12986621?v=4)](https://github.com/anjestar "anjestar (1 commits)")[![iamxcd](https://avatars.githubusercontent.com/u/45652563?v=4)](https://github.com/iamxcd "iamxcd (1 commits)")[![hedeqiang](https://avatars.githubusercontent.com/u/31909061?v=4)](https://github.com/hedeqiang "hedeqiang (1 commits)")[![ChenSee](https://avatars.githubusercontent.com/u/11918919?v=4)](https://github.com/ChenSee "ChenSee (1 commits)")

---

Tags

laraveladminvue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chen-see-laravel-vue-admin/health.svg)

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

###  Alternatives

[moell/mojito

Mojito admin is a component of laravel, vue, element build backend system.

49711.1k](/packages/moell-mojito)[smallruraldog/laravel-vue-admin

开箱即用的Laravel后台扩展

4032.9k](/packages/smallruraldog-laravel-vue-admin)

PHPackages © 2026

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