PHPackages                             mpemburn/rolevue - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. mpemburn/rolevue

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

mpemburn/rolevue
================

Vue.js user interface for Spatie Permission package.

v1.5b(5y ago)026MITVuePHP &gt;=7.4

Since May 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mpemburn/rolevue)[ Packagist](https://packagist.org/packages/mpemburn/rolevue)[ RSS](/packages/mpemburn-rolevue/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (11)Used By (0)

RoleVue
-------

[](#rolevue)

[![Latest Version](https://camo.githubusercontent.com/87d48dc749f46b4a36cea359e064fcee0bd5d2d6ef160f377c26566466cee46b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6d70656d6275726e2f726f6c657675652e7376673f7374796c653d666c61742d737175617265)](https://github.com/mpemburn/rolevue.git)[![MIT Licensed](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/4d6644c94efb0cf980139de7cb9ea072e138ea341be157c7c8505e8f853af087/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d70656d6275726e2f726f6c657675652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mpemburn/rolevue)

### About

[](#about)

The `rolevue` package provides a Vue.js-based user interface for the Spatie Permission package.

### Installation

[](#installation)

You can install this package via composer:

`composer require mpemburn/rolevue`

The package will automatically register the service provider `RoleVueServiceProvider`.

Next, you will need to publish the package in order to copy `rolevue.php` into your `config` directory:

```
php artisan vendor:publish --provider="Mpemburn\RoleVue\RoleVueServiceProvider"

```

Finally, in order to create the required tables, run:

```
php artisan migrate

```

### Routes to the UI

[](#routes-to-the-ui)

When the Rolevue package is published, it creates routes to the Roles, Permissions, and User Roles pages. These are:

- `/roles`
- `/permissions`
- `/user_roles`

You can add this snippet to your navigation view to access these:

```

                Admin

                {{ __('Roles') }}

                {{ __('Permissions') }}

                {{ __('User Roles') }}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

10

Last Release

1864d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/461989?v=4)[Mark Pemburn](/maintainers/mpemburn)[@mpemburn](https://github.com/mpemburn)

---

Top Contributors

[![mpemburn](https://avatars.githubusercontent.com/u/461989?v=4)](https://github.com/mpemburn "mpemburn (31 commits)")

---

Tags

spatielaraveluirbacvue

### Embed Badge

![Health badge](/badges/mpemburn-rolevue/health.svg)

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[orchestra/auth

Auth Component for Orchestra Platform

23108.7k3](/packages/orchestra-auth)

PHPackages © 2026

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