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

ActiveLibrary[Admin Panels](/categories/admin)

smallruraldog/laravel-vue-admin
===============================

开箱即用的Laravel后台扩展

v1.0.3(5y ago)4042.9k74[25 issues](https://github.com/SmallRuralDog/laravel-vue-admin/issues)[22 PRs](https://github.com/SmallRuralDog/laravel-vue-admin/pulls)MITPHP

Since Mar 19Pushed 3y ago8 watchersCompare

[ Source](https://github.com/SmallRuralDog/laravel-vue-admin)[ Packagist](https://packagist.org/packages/smallruraldog/laravel-vue-admin)[ Docs](https://github.com/smallruraldog/admin)[ RSS](/packages/smallruraldog-laravel-vue-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (51)Used By (0)

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

全新版本上线
------

[](#全新版本上线)

> 由于目前的组件封装的比较弱，不再维护更新，新开发一个基于amis的后台 [amis-admin](https://github.com/SmallRuralDog/amis-admin)

介绍
--

[](#介绍)

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

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

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

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

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

安装
--

[](#安装)

首先确保安装好了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 做好，做下去！

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 88.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 ~7 days

Total

28

Last Release

2034d ago

Major Versions

v0.2.7 → v1.02020-09-20

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/675dd15fd62ee78fa0b66e1dc8fdbd29555ff61fa48aa633ff26c7eac7806624?d=identicon)[SmallRuralDog](/maintainers/SmallRuralDog)

---

Top Contributors

[![SmallRuralDog](https://avatars.githubusercontent.com/u/5151848?v=4)](https://github.com/SmallRuralDog "SmallRuralDog (292 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)")

---

Tags

adminlaravellaravel-vuelaravel-vue-adminphpvuelaraveladminvue

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[slowlyo/owl-admin

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

61214.2k26](/packages/slowlyo-owl-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)
