PHPackages                             virlatinus/laravel-permission-ui - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. virlatinus/laravel-permission-ui

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

virlatinus/laravel-permission-ui
================================

A Laravel package for adding UI for spatie/Laravel-permission package.

1.0.7(2mo ago)03MITBladePHP ^8.4CI passing

Since Jun 28Pushed 2mo agoCompare

[ Source](https://github.com/virlatinus/laravel-permission-ui)[ Packagist](https://packagist.org/packages/virlatinus/laravel-permission-ui)[ Docs](https://github.com/virlatinus/laravel-permission-ui)[ RSS](/packages/virlatinus-laravel-permission-ui/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (9)Used By (0)

Laravel Permission UI
---------------------

[](#laravel-permission-ui)

**Tags:** laravel, spatie, package, permissions, tailwindcss **Requires at least:** 9.5 **Tested up to:** 12.20 **Stable tag:** 0.1.0 **License:** MIT **License URI:**

This is a fork of [dfumagalli/laravel-permission-ui](https://github.com/dfumagalli/laravel-permission-ui) which in turn is an updated version of the abandoned [LaravelDaily/laravel-permission-ui](https://github.com/LaravelDaily/laravel-permission-ui) Laravel package.

Description
-----------

[](#description)

Laravel Permission UI is a simple and intuitive dashboard for managing users roles and permissions in a Laravel application.

Its roles and permissions engine is based on the [spatie/laravel-permission](https://github.com/spatie/laravel-permission) package.

This Laravel Permission UI package has been ported to Tailwind CSS 4.

---

Original description, from original author Povilas Korop:

This package will create a simple Dashboard for managing roles/permissions based on the [spatie/laravel-permission](https://github.com/spatie/laravel-permission) package.

**Notice**: this is a very early version of the package, may be buggy. Please report issues.

---

Installation
------------

[](#installation)

First, before installing this package, you need to have the `spatie/laravel-permission` installed and configured.

```
composer require virlatinus/laravel-permission-ui
```

Go to `yourdomain.com/permissions` and you should see a simple dashboard with three menu items on top: to manage roles, permissions and assign them to users.

[![Spatie Permission UI](screenshot.png)](screenshot.png)

That dashboard is by default protected by the `auth` middleware, but you can configure it, by publishing the config:

```
php artisan vendor:publish --provider="virlatinus\PermissionsUI\PermissionsUIServiceProvider" --tag="config"
```

And then edit the values in `config/permission_ui.php`:

```
return [
    'middleware'        => ['web', 'auth'],
    'url_prefix'        => 'permissions',
    'route_name_prefix' => 'permission_ui.',
];
```

The visual design is based on Tailwind CSS 4 classes.

---

Publishing assets
-----------------

[](#publishing-assets)

If it's not done automatically during installation, you can publish the blade views using:

```
php artisan vendor:publish --provider="virlatinus\PermissionsUI\PermissionsUIServiceProvider" --tag="permission_ui-assets"
```

---

Publishing translations
-----------------------

[](#publishing-translations)

If you wish to translate the package, you may publish the language files using:

```
php artisan vendor:publish --provider="virlatinus\PermissionsUI\PermissionsUIServiceProvider" --tag="lang"
```

---

Testing
-------

[](#testing)

To run the package's unit tests, run the following command:

```
vendor/bin/phpunit
```

FAQ
---

[](#faq)

### What is this package about?

[](#what-is-this-package-about)

This package is a simple user roles and permissions editor. It is a front-end for the excellent [spatie/laravel-permission](https://github.com/spatie/laravel-permission) package.

### Does it work with Tailwind?

[](#does-it-work-with-tailwind)

Yes, this package has been completely ported over to Tailwind CSS 4.

### What Laravel versions is this package compatible with?

[](#what-laravel-versions-is-this-package-compatible-with)

It should work on Laravel 9 up to 12.

### Is there a video about this package?

[](#is-there-a-video-about-this-package)

Yes, the original author, Povilas Korop, posted a [video on YouTube](https://www.youtube.com/watch?v=tzHP-rSi598) about this package.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance82

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~49 days

Total

8

Last Release

89d ago

Major Versions

0.3.1 → 1.0.02025-07-18

PHP version history (2 changes)0.3.1PHP ^8.0

1.0.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bad3edf6ccb0dae8d90b5daccc2c5e2ef26aa71f834ad2c8a710273278c46e4?d=identicon)[virlatinus](/maintainers/virlatinus)

---

Top Contributors

[![PovilasKorop](https://avatars.githubusercontent.com/u/1510147?v=4)](https://github.com/PovilasKorop "PovilasKorop (17 commits)")[![krekas](https://avatars.githubusercontent.com/u/11015977?v=4)](https://github.com/krekas "krekas (16 commits)")[![virlatinus](https://avatars.githubusercontent.com/u/2924026?v=4)](https://github.com/virlatinus "virlatinus (10 commits)")[![dfumagalli](https://avatars.githubusercontent.com/u/5745561?v=4)](https://github.com/dfumagalli "dfumagalli (5 commits)")[![saulomatias](https://avatars.githubusercontent.com/u/23121191?v=4)](https://github.com/saulomatias "saulomatias (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/virlatinus-laravel-permission-ui/health.svg)

```
[![Health](https://phpackages.com/badges/virlatinus-laravel-permission-ui/health.svg)](https://phpackages.com/packages/virlatinus-laravel-permission-ui)
```

###  Alternatives

[eightynine/filament-approvals

Manage approval processes in your filament application

12016.7k1](/packages/eightynine-filament-approvals)[houdunwang/laravel-module

laravel modules

531.9k](/packages/houdunwang-laravel-module)

PHPackages © 2026

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