PHPackages                             jawadabbass/laravel-permission-uuid - 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. jawadabbass/laravel-permission-uuid

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

jawadabbass/laravel-permission-uuid
===================================

Permission handling for Laravel 8.0 and up with UUID

08JavaScript

Since Dec 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jawadabbass/laravel-permission-uuid)[ Packagist](https://packagist.org/packages/jawadabbass/laravel-permission-uuid)[ RSS](/packages/jawadabbass-laravel-permission-uuid/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Package for role based permissions with UUID

Installation
------------

[](#installation)

First, install the package through Composer.

```
php composer require jawadabbass/laravel-permission-uuid

```

Publish config and migrations

```
php artisan vendor:publish --provider="Jawadabbass\LaravelPermissionUuid\LaravelPermissionUuidServiceProvider"

```

Configure the published config in

```
config\jawad_permission_uuid.php

```

Finally, migrate the database

```
php artisan migrate

```

Create column 'user\_type' in users table and inser a user with user\_type = 'super\_admin'

Add in User Model

```
use Jawadabbass\LaravelPermissionUuid\Traits\HasRoles;

```

And in User Model class add

```
use HasRoles;

```

Usage
-----

[](#usage)

In Views/Components

```
@if (isAllowed('PERMISSION TITLE'))

```

In Controllers

```
public function index()
{
    hasPermission('PERMISSION TITLE');
    return view('');
}

```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![jawadabbass](https://avatars.githubusercontent.com/u/359515?v=4)](https://github.com/jawadabbass "jawadabbass (37 commits)")

---

Tags

laravelpermissionsphprolesuuid

### Embed Badge

![Health badge](/badges/jawadabbass-laravel-permission-uuid/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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