PHPackages                             sentgine/authzone - 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. sentgine/authzone

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

sentgine/authzone
=================

Visual UI for managing Roles and Permissions for Laravel.

v1.0.5(2y ago)123MITBlade

Since Jun 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sentgine/authzone)[ Packagist](https://packagist.org/packages/sentgine/authzone)[ RSS](/packages/sentgine-authzone/feed)WikiDiscussions main Synced 1mo ago

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

Authzone
========

[](#authzone)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE.md)[![Latest Stable Version](https://camo.githubusercontent.com/9e8a71a89951e9b6f88b11e26d7dc49adaf8f2f40cae823747f37da8f6dd6853/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73656e7467696e652f617574687a6f6e652e737667)](https://packagist.org/sentgine/authzone)[![Total Downloads](https://camo.githubusercontent.com/54f709b9a1e33ab1f34b5b06743e51616c4bd2b99af03db3294c7e5c5fa67c55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73656e7467696e652f617574687a6f6e652e737667)](https://packagist.org/packages/sentgine/authzone)

Authzone is a Laravel package designed to provide a simple and user-friendly interface for managing user permissions and roles in a Laravel application. Built on top of the popular Spatie Laravel Permission package, AuthZone aims to simplify the process of implementing user authentication and authorization by providing a set of intuitive UI components that allow users to easily manage their roles and permissions.

Features
--------

[](#features)

- Simplified user authentication and authorization management.
- Intuitive UI components for managing roles and permissions.
- Built on top of the Spatie Laravel Permission package for flexibility and extensibility.

Requirements
------------

[](#requirements)

- Laravel 8.x or higher.
- PHP 8.0 or higher.

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

[](#installation)

(1) You can install the package via Composer by running the following command:

```
composer require sentgine/authzone
```

The laravel-permission package by Spatie will be included as a dependency.

(2) Then publish the the PermissionServiceProvider by Spatie (See: [Laravel Permission Installation](https://spatie.be/docs/laravel-permission/v5/installation-laravel))

```
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"
```

(3) Then run the migration files.

```
php artisan migrate
```

(4) Open the App\\Models\\User.php and add the HasRoles trait from Spatie\\Permission\\Traits\\HasRoles;

```
use HasRoles;
```

(5) After that, you can choose 3 GUI's to install (Make sure you're in the root of your Laravel application):

- Authzone default
- Jetstream
- Breeze

If you are using Tailwind CSS, then you will have no problem using Jetstream or Breeze. But if you're using another CSS framework, you're going to have to use the Authzone default.

#### Authzone default:

[](#authzone-default)

Running this command will publish all the config file, routes, and all the views. This is great if you want to modify the overall design.

```
php artisan authzone:install
```

Or you have to option not to publish the views. Instead, you will just use the existing default design.

```
php artisan authzone:install --noviews
```

#### Jetstream:

[](#jetstream)

Running this command will publish all the config file, routes, and all the views related to Jetstream.

```
php artisan authzone:install --jetstream
```

or

```
php artisan authzone:install --jetstream --noviews
```

Using Jetstream, you will have to go to your Laravel App's root directory and under the /resources/views/navigation-menu.blade.php add this navigation menu @authzoneJetstreamNavMenu and @authzoneJetstreamNavMenuResponsive directive.

```
@if (Laravel\Jetstream\Jetstream::hasApiFeatures())

        {{ __('API Tokens') }}

@endif

@authzoneJetstreamNavMenu

... The rest of the code
```

And the same applies to the navigation menu for the mobile view. Ideally, I would put it under the "Profile" link.

```

    {{ __('Profile') }}

@authzoneJetstreamNavMenuResponsive

... The rest of the code
```

#### Breeze:

[](#breeze)

Running this command will publish all the config file, routes, and all the views related to Breeze.

```
php artisan authzone:install --breeze
```

or

```
php artisan authzone:install --breeze --noviews
```

Using Breeze, you will still have to go to your Laravel App's root directory and under the /resources/views/layouts/navigation-menu.blade.php add this navigation menu @authzoneBreezeNavMenu and @authzoneBreezeNavMenuResponsive directive.

```

    {{ __('Profile') }}

@authzoneBreezeNavMenu

... The rest of the code
```

And the same applies to the navigation menu for the mobile view. Ideally, I would put it under the "Dashboard" link.

```

    {{ __('Dashboard') }}

@authzoneBreezeNavMenuResponsive

... The rest of the code
```

(6) Open your tailwind.config.js on your Laravel Application's root directory andd this to the "content" key (See: ).

```
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
```

(7) Optional, but you're gonna probably want to protect some of your routes based on user role. If that's the case, you can visit the [Middleware Section of Laravel Permission](https://spatie.be/docs/laravel-permission/v5/basic-usage/middleware).

Configuration
-------------

[](#configuration)

The configuration file for AuthZone is located at config/authzone.php. This file allows you to customize various aspects of the package, such as the views, model and route group.

Changelog
---------

[](#changelog)

Please see the [CHANGELOG](https://github.com/sentgine/authzone/CHANGELOG.md) file for details on what has changed.

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

Authzone is built and maintained by Adrian Alconera. It is based on the Spatie Laravel Permission package.

License
-------

[](#license)

The MIT License (MIT). Please see the [LICENSE](https://github.com/sentgine/authzone/LICENSE) file for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Total

6

Last Release

968d ago

### Community

Maintainers

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

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

---

Top Contributors

[![sentgine](https://avatars.githubusercontent.com/u/122154706?v=4)](https://github.com/sentgine "sentgine (9 commits)")

### Embed Badge

![Health badge](/badges/sentgine-authzone/health.svg)

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

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

340954.7k9](/packages/althinect-filament-spatie-roles-permissions)[backpack/permissionmanager

Users and permissions management interface for Laravel 5 using Backpack CRUD.

5591.8M16](/packages/backpack-permissionmanager)[vyuldashev/nova-permission

A Laravel Nova tool for Spatie's Permission library.

4332.5M3](/packages/vyuldashev-nova-permission)[kiritokatklian/nova-permission

A Laravel Nova tool for Spatie's Permission library.

791.1M3](/packages/kiritokatklian-nova-permission)[sereny/nova-permissions

Laravel Nova - Roles &amp; Permissions

86388.6k1](/packages/sereny-nova-permissions)

PHPackages © 2026

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