PHPackages                             laraveldaily/laravel-permissions-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. laraveldaily/laravel-permissions-ui

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

laraveldaily/laravel-permissions-ui
===================================

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

0.1.4(3y ago)7923719[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-permissions-ui)[ Docs](https://github.com/LaravelDaily/laravel-permission-ui)[ RSS](/packages/laraveldaily-laravel-permissions-ui/feed)WikiDiscussions main Synced 1mo ago

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

30

—

LowBetter than 64% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity28

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

1298d 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-permissions-ui/health.svg)

```
[![Health](https://phpackages.com/badges/laraveldaily-laravel-permissions-ui/health.svg)](https://phpackages.com/packages/laraveldaily-laravel-permissions-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)
