PHPackages                             foostart/package-acl - 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. foostart/package-acl

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

foostart/package-acl
====================

Laravel authentication and ACL package with a cool admin panel. Laravel 12.x

12.2.9(12mo ago)2251MITCI failing

Since Nov 10Pushed 12mo agoCompare

[ Source](https://github.com/foostart/package-acl)[ Packagist](https://packagist.org/packages/foostart/package-acl)[ RSS](/packages/foostart-package-acl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (77)Used By (1)

Foostart: Package ACL
=====================

[](#foostart-package-acl)

git remote set-url origin :foostart/package-acl.git

- Access control list
- Verson: 12.x
- Support: Laravel 12.x
- Contact ****** to support other versions
- References:

-
-

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

[](#requirements)

- Config database with *.env* file
- Laravel 12.x
- PHP 8.3

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

[](#requirements-1)

- Install with composer: **composer require foostart/package-acl**

Step 1: Regist package to Laravel
---------------------------------

[](#step-1-regist-package-to-laravel)

Now open the file **config/app.php** and add to the **providers** option the following line:

1. Foostart\\Acl\\Authentication\\AuthenticationServiceProvider::class,
2. Foostart\\Category\\CategoryServiceProvider::class,

Step 2: Regist middleware to Laravel
------------------------------------

[](#step-2-regist-middleware-to-laravel)

Now open the file **app/Http/Kernel.php** and add the following lines to your **routeMiddleware** array:

1. 'admin\_logged' =&gt; \\Foostart\\Acl\\Http\\Middleware\\AdminLogged::class,
2. 'logged' =&gt; \\Foostart\\Acl\\Http\\Middleware\\Logged::class,
3. 'can\_see' =&gt; \\Foostart\\Acl\\Http\\Middleware\\CanSee::class,
4. 'has\_perm' =&gt; \\Foostart\\Acl\\Http\\Middleware\\HasPerm::class,
5. 'in\_context' =&gt; \\Foostart\\Category\\Middleware\\InContext::class,

Step 3: Delete user and password migration file in database/migrations
----------------------------------------------------------------------

[](#step-3-delete-user-and-password-migration-file-in-databasemigrations)

Step 4: Install
---------------

[](#step-4-install)

1. php artisan authentication:install

```
Which provider or tag's files would you like to publish?:
Select option [* ] Provider: Foostart\Acl\Authentication\AuthenticationServiceProvider

```

2. php artisan vendor:publish --provider="Foostart\\Category\\CategoryServiceProvider" --force
3. Ref:

Tips 1: Publish
---------------

[](#tips-1-publish)

php artisan vendor:publish --force

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance50

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 64.1% 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 ~39 days

Recently: every ~0 days

Total

71

Last Release

362d ago

Major Versions

7.23.0 → 8.0.02020-12-23

8.25.0 → 9.0.02021-01-28

9.42.2 → 10.0.02021-02-25

10.0.10 → 11.1.02021-06-26

11.1.1 → 12.0.02025-04-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/5428c69d6cc7340ff173006fd472d749f3d8de299ba9639615b89c096e1bb8c3?d=identicon)[foostart.com](/maintainers/foostart.com)

---

Top Contributors

[![foostart](https://avatars.githubusercontent.com/u/26062136?v=4)](https://github.com/foostart "foostart (25 commits)")[![ptnhuan](https://avatars.githubusercontent.com/u/4360935?v=4)](https://github.com/ptnhuan "ptnhuan (8 commits)")[![hoaiphuong2527](https://avatars.githubusercontent.com/u/28398900?v=4)](https://github.com/hoaiphuong2527 "hoaiphuong2527 (2 commits)")[![LeBaoThoai](https://avatars.githubusercontent.com/u/22139670?v=4)](https://github.com/LeBaoThoai "LeBaoThoai (1 commits)")[![tailieuweb](https://avatars.githubusercontent.com/u/25918203?v=4)](https://github.com/tailieuweb "tailieuweb (1 commits)")[![tdcdd2lopchieu](https://avatars.githubusercontent.com/u/36917323?v=4)](https://github.com/tdcdd2lopchieu "tdcdd2lopchieu (1 commits)")[![Vanthao481994](https://avatars.githubusercontent.com/u/23304809?v=4)](https://github.com/Vanthao481994 "Vanthao481994 (1 commits)")

---

Tags

laravelAuthenticationaclprofilesignupadmin-panel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/foostart-package-acl/health.svg)

```
[![Health](https://phpackages.com/badges/foostart-package-acl/health.svg)](https://phpackages.com/packages/foostart-package-acl)
```

###  Alternatives

[jacopo/laravel-authentication-acl

Laravel authentication and ACL package with a cool admin panel

28410.3k3](/packages/jacopo-laravel-authentication-acl)[pktharindu/nova-permissions

Laravel Nova Grouped Permissions (ACL)

136387.1k](/packages/pktharindu-nova-permissions)[silvanite/novatoolpermissions

Laravel Nova Permissions (Roles and Permission based Access Control (ACL))

100256.7k2](/packages/silvanite-novatoolpermissions)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6712.1k2](/packages/hasinhayder-tyro)[efficiently/authority-controller

AuthorityController is an PHP authorization library for Laravel 5 which restricts what resources a given user is allowed to access.

15533.2k](/packages/efficiently-authority-controller)[hosseinhezami/laravel-permission-manager

Advanced permission manager for Laravel.

403.3k](/packages/hosseinhezami-laravel-permission-manager)

PHPackages © 2026

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