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

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

laraveldaily/laravel-permission-ui
==================================

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

0.1.4(3y ago)795.7k↑125%19[3 issues](https://github.com/LaravelDaily/laravel-permission-ui/issues)[2 PRs](https://github.com/LaravelDaily/laravel-permission-ui/pulls)MITBladePHP ^8.0

Since Oct 14Pushed 2y ago8 watchersCompare

[ Source](https://github.com/LaravelDaily/laravel-permission-ui)[ Packagist](https://packagist.org/packages/laraveldaily/laravel-permission-ui)[ Docs](https://github.com/LaravelDaily/laravel-permission-ui)[ RSS](/packages/laraveldaily-laravel-permission-ui/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

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

[](#laravel-permission-ui)

**Status update: package idea abandoned.**

**Unfortunately, it's not possible/easy to build this package as flexible as I was expecting, with different layouts for Tailwind/Bootstrap/whatever and auto-implementing all Spatie package features for all possible cases. So I decided not to pursue this idea further and focus on other projects.**

---

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 laraveldaily/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="LaravelDaily\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 simple Tailwind classes. At the moment, no visual 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="LaravelDaily\PermissionsUI\PermissionsUIServiceProvider" --tag="lang"
```

---

Testing
-------

[](#testing)

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

```
vendor/bin/phpunit
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Total

5

Last Release

1349d ago

### Community

Maintainers

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

---

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)")[![saulomatias](https://avatars.githubusercontent.com/u/23121191?v=4)](https://github.com/saulomatias "saulomatias (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k3.9M129](/packages/bezhansalleh-filament-shield)[althinect/filament-spatie-roles-permissions

3481.1M10](/packages/althinect-filament-spatie-roles-permissions)[chiiya/filament-access-control

Admin user, role and permission management for Laravel Filament

21852.5k](/packages/chiiya-filament-access-control)[binary-cats/laravel-rbac

Laravel enum-backed RBAC extension of spatie/laravel-permission

7838.1k](/packages/binary-cats-laravel-rbac)[waguilar33/filament-guardian

Role and permission management for Filament

162.3k](/packages/waguilar33-filament-guardian)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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