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

ActiveLibrary[Admin Panels](/categories/admin)

andruby/laravel-vue-admin
=========================

开箱即用的Laravel后台扩展

v1.0.5(4y ago)55341MITPHP

Since Dec 6Pushed 4y ago5 watchersCompare

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

READMEChangelogDependencies (5)Versions (81)Used By (0)

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

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

前后端分离，后端控制前端组件，无需编写vue即可创建一个`vue`+`vuex`+`vue-route`+`elment-ui`+`laravel`的项目

丰富的`表单` `表格`组件，强大的自定义组件功能。

如果你用过 `laravel-admin`、`nova`、`dcat-admin` ，那么你一定会喜欢上这款扩展的。

如果你熟悉`vue`，那么你可以说一声WOCAONIUB

放弃jQuery，拥抱vue，是Laravel-Vue-Admin对`自定义`与`vue生态`的追求，使用Laravel-Vue-Admin一定要领会到精髓

[中文文档](https://www.yuque.com/smallruraldog/laravel-vue-admin/overview) | [演示地址](https://laravel-vue-admin.com/admin) 用户名/密码：`demo` / `demo`

安装
--

[](#安装)

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

```
composer require smallruraldog/laravel-vue-admin
```

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

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

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

```
php artisan admin:install
```

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

版本升级
----

[](#版本升级)

查看当前版本

```
composer show smallruraldog/laravel-vue-admin --latest
```

更新到最新版

```
composer require smallruraldog/laravel-vue-admin
```

更新到开发版

```
composer require smallruraldog/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 做好，做下去！

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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 ~5 days

Total

79

Last Release

1528d ago

Major Versions

v0.10.0 → v1.0.02022-01-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/090fe946a2f7190b3c326b4e9102e46f68fb660c29e0c52bb43ec8f59e232776?d=identicon)[322zx](/maintainers/322zx)

---

Top Contributors

[![juanCherry](https://avatars.githubusercontent.com/u/29541023?v=4)](https://github.com/juanCherry "juanCherry (54 commits)")

---

Tags

laraveladminvue

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[smallruraldog/laravel-vue-admin

开箱即用的Laravel后台扩展

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

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

49810.7k](/packages/moell-mojito)

PHPackages © 2026

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