PHPackages                             razzul/laravelvueadmin - 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. razzul/laravelvueadmin

ActiveLibrary[Admin Panels](/categories/admin)

razzul/laravelvueadmin
======================

Laravel admin pannel using Vue.js

10905JavaScript

Since Jul 5Pushed 8y ago5 watchersCompare

[ Source](https://github.com/razzul/laravel-vue-admin)[ Packagist](https://packagist.org/packages/razzul/laravelvueadmin)[ RSS](/packages/razzul-laravelvueadmin/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

laravel-vue-admin
=================

[](#laravel-vue-admin)

Laravel admin pannel using Vue.js

[![alt tag](https://raw.githubusercontent.com/razzul/laravel-vue-admin/master/screenshots/dashboard.png)](https://raw.githubusercontent.com/razzul/laravel-vue-admin/master/screenshots/dashboard.png)[![alt tag](https://raw.githubusercontent.com/razzul/laravel-vue-admin/master/screenshots/modules.png)](https://raw.githubusercontent.com/razzul/laravel-vue-admin/master/screenshots/modules.png)[![alt tag](https://raw.githubusercontent.com/razzul/laravel-vue-admin/master/screenshots/config.png)](https://raw.githubusercontent.com/razzul/laravel-vue-admin/master/screenshots/config.png)

> *STEP 1:* composer require "razzul/laravelvueadmin:dev-master"
> *STEP 2:* create gulpfile.js in the root folder
> *else you will get error while installing, we will fix this later**STEP 3:* create new db for you application if not created
> *STEP 4:* update .env with database details
> *STEP 5:* update config/database.php

```
'mysql' => [
    'charset' => 'utf8',
    'collation' => 'utf8_unicode_ci',

```

> *STEP 6:* register package in config/app.php

```
...
Razzul\LaravelVueAdmin\LaravelVueAdminServiceProvider::class,
```

> *STEP 7:* php artisan
> *if you are getting error here like*

```
trait AuthorizesResources not found

```

You need to remove this trait from app/Http/Controllers/Controller.php

> *STEP 8:* php atrisan lv:install &amp;&amp; follow onscreen instructions
> *STEP 9:* update config/database.php
> *we need to change this to make backup functional*

```
'mysql' => [
    'dump_command_path' => 'c:\xampp\mysql\bin',

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16578571?v=4)[Razzul](/maintainers/razzul)[@razzul](https://github.com/razzul)

---

Top Contributors

[![razzul](https://avatars.githubusercontent.com/u/16578571?v=4)](https://github.com/razzul "razzul (18 commits)")

### Embed Badge

![Health badge](/badges/razzul-laravelvueadmin/health.svg)

```
[![Health](https://phpackages.com/badges/razzul-laravelvueadmin/health.svg)](https://phpackages.com/packages/razzul-laravelvueadmin)
```

PHPackages © 2026

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