PHPackages                             dfumagalli/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. [Admin Panels](/categories/admin)
4. /
5. dfumagalli/laravel-permission-ui

ActiveLibrary[Admin Panels](/categories/admin)

dfumagalli/laravel-permission-ui
================================

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

0.3.1(2y ago)45301MITBladePHP ^8.0

Since Jun 28Pushed 2y agoCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

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

[](#laravel-permission-ui)

**Contributors:** Povilas Korop, Dario Fumagalli **Tags:** laravel, spatie, package, permissions, bootstrap **Requires at least:** 9.5 **Tested up to:** 10.1 **Stable tag:** 0.3.1 **License:** MIT **License URI:**

This 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 forked from the [original](https://github.com/LaravelDaily/laravel-permission-ui) and has been ported to Bootstrap 4.

This fork is also an upgrade, featuring:

- A number of bug fixes, especially in the permissions editors.
- It comes with some additional settings.
- It comes with Italian and Spanish translations.
- It is compatible with [Laravel Admin LTE](https://github.com/jeroennoten/Laravel-AdminLTE). In a future version it will support integration with existing menus.

---

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 dfumagalli/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](https://camo.githubusercontent.com/8fb07bc9cac10888185347031a257da5b63bf1354a5af0f7e44b32eb377c3563/68747470733a2f2f6c61726176656c6461696c792e636f6d2f75706c6f6164732f323032322f31302f6c61726176656c2d7065726d697373696f6e2d75692e706e67)](https://camo.githubusercontent.com/8fb07bc9cac10888185347031a257da5b63bf1354a5af0f7e44b32eb377c3563/68747470733a2f2f6c61726176656c6461696c792e636f6d2f75706c6f6164732f323032322f31302f6c61726176656c2d7065726d697373696f6e2d75692e706e67)

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

```
php artisan vendor:publish --provider="dfumagalli\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.',
    'create_button_classes' => 'btn-primary',
    'edit_button_classes' => 'btn-primary',
    'save_button_classes' =>  'btn-primary',
    'delete_button_classes' => 'btn-danger',
];
```

The visual design is based on simple Bootstrap 4 classes. At the moment, only button color customization options are available, but we may add them in the future, based on your ideas and feedback.

---

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

[](#publishing-translations)

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

```
php artisan vendor:publish --provider="dfumagalli\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)

No, this package has been completely ported over to Bootstrap 4 / 5.

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

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

It should work on Laravel 9 and 10.

### 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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1049d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/165dc6a882cbe14b6d2cdf21ae4685ab8c46bdb2a9cb9295bdec53e83c58db75?d=identicon)[dfumagalli](/maintainers/dfumagalli)

---

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)")[![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/dfumagalli-laravel-permission-ui/health.svg)

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

###  Alternatives

[litstack/litstack

Laravel Content-Administration

86132.5k8](/packages/litstack-litstack)[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)
