PHPackages                             jaycct/advantageacl - 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. jaycct/advantageacl

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

jaycct/advantageacl
===================

Admin role and permission management

v1.0.0(5y ago)080MITBlade

Since Feb 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jaycct/advantageacl)[ Packagist](https://packagist.org/packages/jaycct/advantageacl)[ RSS](/packages/jaycct-advantageacl/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

advantageacl installation guide
===============================

[](#advantageacl-installation-guide)

Run bellow command to install

composer require jaycct/advantageacl

Then follow bellow steps

1.php artisan migrate

2.php artisan db:seed

3.In app/Http/Kerner.php add bellow in $routeMiddleware array list

```
'checkPermission' => \jaycct\advantageacl\Http\Middleware\CheckPermission::class,

```

4. Then run bellow command to publish config and resource files

    php artisan vendor:publish --provider="jaycct\\advantageacl\\AdvantageAclServiceProvider" --tag="config"
    php artisan vendor:publish --provider="jaycct\\advantageacl\\AdvantageAclServiceProvider" --tag="views"
    php artisan vendor:publish --provider="jaycct\\advantageacl\\AdvantageAclServiceProvider" --tag="lang"
    php artisan vendor:publish --provider="jaycct\\advantageacl\\AdvantageAclServiceProvider" --tag="asset"

5.In AdminUser model add bellow method

public function aclRole(){ return $this-&gt;belongsTo('jaycct\\advantageacl\\Models\\AclRole','acl\_role\_id'); }

That's it!

=&gt; If you wish to use package nav menus then just include bellow blade file in views\\advantageacl\\layouts\\shared\\nav-builder.blade.php This blade file display menus in admin sidebar

```
OR

Just call GenerateMenuHelper::getNavMenus() function to generate navigation menus.

```

=&gt; If you wish to hide some actions, buttons or code area etc then just put it under bellow condition

```
@if(PermissionHelper::__checkPermission('route url'))

@endif

example:

@if(PermissionHelper::__checkPermission('admin/users/add'))
	 Add New User
@endif

Above code will allow to add new user who have "admin/users/add" route permission.

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

1967d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e92a1f19dd4971190112fcb9838b19feb7be26e0e652053cb8ce7ddb32ba73a9?d=identicon)[jaycct](/maintainers/jaycct)

---

Top Contributors

[![jaycct](https://avatars.githubusercontent.com/u/24522874?v=4)](https://github.com/jaycct "jaycct (53 commits)")

### Embed Badge

![Health badge](/badges/jaycct-advantageacl/health.svg)

```
[![Health](https://phpackages.com/badges/jaycct-advantageacl/health.svg)](https://phpackages.com/packages/jaycct-advantageacl)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)[better-futures-studio/filament-local-logins

This is my package filament-local-logins

1334.6k](/packages/better-futures-studio-filament-local-logins)

PHPackages © 2026

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