PHPackages                             wnikk/laravel-access-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. wnikk/laravel-access-ui

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

wnikk/laravel-access-ui
=======================

Interface of simple ACR (Access Control Rules) for Laravel.

1.3.8(9mo ago)33.5kMITVuePHP &gt;=7.4

Since Mar 25Pushed 9mo ago2 watchersCompare

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

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

[![Laravel Access Control Rules](https://raw.githubusercontent.com/wnikk/laravel-access-rules/main/docs/art/laravel-access-control-rules-logo.png)](https://raw.githubusercontent.com/wnikk/laravel-access-rules/main/docs/art/laravel-access-control-rules-logo.png)

Laravel Access Control Rules Ui
===============================

[](#laravel-access-control-rules-ui)

(ACR - Access Control Rules, Permissions Package with User Interface)

[![License](https://camo.githubusercontent.com/04e277dd6c3f952bb0cb8ed067b1dd873537d1268043b53ecb94794c5dd3d61e/68747470733a2f2f706f7365722e707567782e6f72672f776e696b6b2f6c61726176656c2d6163636573732d75692f6c6963656e7365)](//packagist.org/packages/wnikk/laravel-access-ui)[![PHP Version Require](https://camo.githubusercontent.com/5179b217d3236fe88498cea259d5313cfb783a1456477be3afea1a6a005a9911/687474703a2f2f706f7365722e707567782e6f72672f776e696b6b2f6c61726176656c2d6163636573732d75692f726571756972652f706870)](https://packagist.org/packages/wnikk/laravel-access-ui)[![Total Downloads](https://camo.githubusercontent.com/d1702970db1c405f270fe6593cdce865f17fd21bffc63a9985e9c5ea9ce234fb/687474703a2f2f706f7365722e707567782e6f72672f776e696b6b2f6c61726176656c2d6163636573732d75692f646f776e6c6f616473)](https://packagist.org/packages/wnikk/laravel-access-ui)[![Latest Stable Version](https://camo.githubusercontent.com/57b0d363e4f79111ed3a81cf391fbabfea58851251f16ea125b8641244e4a8b3/68747470733a2f2f706f7365722e707567782e6f72672f776e696b6b2f6c61726176656c2d6163636573732d75692f76)](//packagist.org/packages/wnikk/laravel-access-ui)[![Latest Unstable Version](https://camo.githubusercontent.com/dd041a2afd26b1f12e5e364c9aa637a9ecce829456fc5fab6455af1e30a80217/687474703a2f2f706f7365722e707567782e6f72672f776e696b6b2f6c61726176656c2d6163636573732d75692f762f756e737461626c65)](https://packagist.org/packages/wnikk/laravel-access-ui)

This is FrontEnd for package [Laravel Access Rules](https://github.com/wnikk/laravel-access-rules/).

What does Access Rules support?
-------------------------------

[](#what-does-access-rules-support)

- Multiple user models.
- Multiple permissions can be attached to users.
- Multiple permissions can be attached to groups.
- Permissions verification.
- Permissions caching.
- Events when permissions are attached, detached or synced.
- Multiple permissions can be attached to user or group.
- Permissions can be inherited with unlimited investment from users and groups.
- Laravel gates and policies.
- Frontend themes: "ukit", Bootstrap 4 and Bootstrap 5, default "bt".

Documentation, Installation, and Usage Instructions Backend
-----------------------------------------------------------

[](#documentation-installation-and-usage-instructions-backend)

Before using UI, it is necessary to install the ACR (Access Control Rules) itself.

See the [documentation](https://github.com/wnikk/laravel-access-rules/tree/master/docs) for detailed installation and usage instructions.

You can install the package UI using composer:
----------------------------------------------

[](#you-can-install-the-package-ui-using-composer)

```
composer require wnikk/laravel-access-ui
```

And publish the **config/accessUi.php** config file with:

```
php artisan vendor:publish --provider="Wnikk\LaravelAccessUi\AccessUiServiceProvider"
```

Theme
-----

[](#theme)

### Bootstrap 4 and Bootstrap 5

[](#bootstrap-4-and-bootstrap-5)

[![Laravel Access Control Rules Ui](https://raw.githubusercontent.com/wnikk/laravel-access-ui/main/docs/art/interface.bt.webp)](https://raw.githubusercontent.com/wnikk/laravel-access-ui/main/docs/art/interface.bt.webp)

### ukit

[](#ukit)

[![Laravel Access Control Rules Ui](https://raw.githubusercontent.com/wnikk/laravel-access-ui/main/docs/art/interface.ukit.webp)](https://raw.githubusercontent.com/wnikk/laravel-access-ui/main/docs/art/interface.ukit.webp)

Optional GUI Routes
-------------------

[](#optional-gui-routes)

HTTP methodRouteMain pageControllerActionGETaccessui/accessUi.main...AccessUiControllermainHTTP methodRoutePages JSON dataControllerActionGETaccessui/rules-dataaccessUi.rules-data.index...RulesControllerindexPOSTaccessui/rules-dataaccessUi.rules-data.store...RulesControllerstorePUTaccessui/rules-data/{id}accessUi.rules-data.update...RulesControllerupdateDELETEaccessui/rules-data/{id}accessUi.rules-data.destroy...RulesControllerdestroyGETaccessui/owners-dataaccessUi.owners-data.index...OwnersControllerindexPOSTaccessui/owners-dataaccessUi.owners-data.store...OwnersControllerstorePUTaccessui/owners-data/{id}accessUi.owners-data.update...OwnersControllerupdateDELETEaccessui/owners-data/{id}accessUi.owners-data.destroy...OwnersControllerdestroyGETaccessui/owner/{owner}/inherit-dataaccessUi.owner.inherit-data.index...InheritControllerindexPOSTaccessui/owner/{owner}/inherit-dataaccessUi.owner.inherit-data.store...InheritControllerstoreDELETEaccessui/owner/{owner}/inherit-data/{id}accessUi.owner.inherit-data.destroy...InheritControllerdestroyGETaccessui/owner/{owner}/permission-dataaccessUi.owner.permission-data.index...PermissionControllerindexPUTaccessui/owner/{owner}/permission-data/{id}accessUi.owner.permission-data.update...PermissionControllerupdateContributing
------------

[](#contributing)

Please report any issue you find in the issues page. Pull requests are more than welcome.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance58

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Recently: every ~215 days

Total

7

Last Release

279d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d697f254abf31ac021e96b8b3b716bd32ad5a43187e3bbdc3a9813cf9c0db26?d=identicon)[Nikolya](/maintainers/Nikolya)

---

Top Contributors

[![wnikk](https://avatars.githubusercontent.com/u/119752633?v=4)](https://github.com/wnikk "wnikk (33 commits)")

---

Tags

aclacrgrudlaravelmanagerpermissionsrbacrbac-managementrolesroles-managementrulessecurityuivue3wnikklaravelsecurityuimanageraclpermissionrolespermissionsrbacrulesvueGRUDwnikk

### Embed Badge

![Health badge](/badges/wnikk-laravel-access-ui/health.svg)

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k89.8M1.0k](/packages/spatie-laravel-permission)[wnikk/laravel-access-rules

Simple system of ACR (access control rules) for Laravel, with roles, groups, unlimited inheritance and possibility of multiplayer use.

103.6k1](/packages/wnikk-laravel-access-rules)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[erag/laravel-role-permission

A simple and easy-to-install role and permission management package for Laravel, supporting versions 10.x and 11.x

404.2k](/packages/erag-laravel-role-permission)

PHPackages © 2026

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