PHPackages                             laraxot/module\_user\_fila3 - 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. laraxot/module\_user\_fila3

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

laraxot/module\_user\_fila3
===========================

user module for user management

0.0.1(2y ago)0153MITPHPCI failing

Since Dec 12Pushed 1y ago4 watchersCompare

[ Source](https://github.com/laraxot/module_user_fila3)[ Packagist](https://packagist.org/packages/laraxot/module_user_fila3)[ Docs](https://github.com/laraxot/module_user_fila3)[ GitHub Sponsors](https://github.com/laraxot)[ GitHub Sponsors](https://github.com/marco76tv)[ RSS](/packages/laraxot-module-user-fila3/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelog (1)Dependencies (28)Versions (6)Used By (3)

Module User Fila3 🔥 Ultimate User, Roles &amp; Permissions Manager for FilamentPHP 🚀
====================================================================================

[](#module-user-fila3--ultimate-user-roles--permissions-manager-for-filamentphp-)

[![Latest Release](https://camo.githubusercontent.com/868ca38578878312e6d5b3b3f4b2b7f18f7e710e85cc368717963f05f67df043/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6c617261786f742f6d6f64756c655f757365725f66696c6133)](https://github.com/laraxot/module_user_fila3/releases)[![Build Status](https://camo.githubusercontent.com/08dfd6e45e17c4bd2843df5cb2d93279d94d0754044bd729c08adc30a1b34b78/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c617261786f742f6d6f64756c655f757365725f66696c61332f6d6173746572)](https://travis-ci.org/laraxot/module_user_fila3)[![Code Coverage](https://camo.githubusercontent.com/6be1008e7712f2414c28250bc644920e080e07bae189801003a0ebca14504418/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6c617261786f742f6d6f64756c655f757365725f66696c6133)](https://codecov.io/gh/laraxot/module_user_fila3)[![License](https://camo.githubusercontent.com/0807dfe3bf8fc35888880c21b0322d5ccd532587673dc96e3371b28daec31359/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6c617261786f742f6d6f64756c655f757365725f66696c6133)](LICENSE)

Manage users, roles, and permissions with lightning speed ⚡ through this Laravel module, fully integrated with FilamentPHP. Designed for developers who want **full control** over their user management systems. **Empower your app** with dynamic user access control and module assignments. 🚀

### Key Features 🌟

[](#key-features-)

- **Create Super Admin in Seconds**: Instantly make any user a super admin with `php artisan user:super-admin`. 🛡️
- **Dynamic Module Assignment**: Control user access to specific modules through `php artisan user:assign-module`. 🎯
- **Complete Team Management**: Manage teams with simple commands like `php artisan team:create` and `php artisan team:assign-user`. 👥
- **Permissions that Fit**: Set flexible roles and permissions to fit your app’s unique needs! 🔑

---

### Installation Guide 💻

[](#installation-guide-)

1. **Install the package via Composer:**

    ```
    composer require laraxot/module_user_fila3
    ```
2. **Run Migrations:**

    ```
    php artisan module:migrate User
    ```
3. **Publish Config File:**

    ```
    php artisan vendor:publish --tag="module_user_fila3-config"
    ```
4. **Create First User:**

    ```
    php artisan make:filament-user
    ```

---

### Supercharged Console Commands 🚀

[](#supercharged-console-commands-)

Leverage powerful artisan commands to boost your app’s user management capabilities:

- **Create Super Admin:**

    ```
    php artisan user:super-admin
    ```

    *Transform any user into an all-powerful super admin!*
- **Assign Modules:**

    ```
    php artisan user:assign-module
    ```

    *Dynamically assign or restrict modules for specific users.*
- **Manage Teams:**

    - Create a team: ```
        php artisan team:create
        ```
    - Assign a user to a team: ```
        php artisan team:assign-user
        ```
- **View Available Modules:**

    ```
    php artisan module:list
    ```

    *See all available modules and activate/deactivate them at will.*

---

### Configuration 🔧

[](#configuration-)

Easily configure the module in the `module_user_fila3.php` config file to suit your app's specific needs.

### FAQ ❓

[](#faq-)

- **Q: How do I assign roles?**A: Use the Filament interface or `php artisan user:assign-module` command to assign roles and modules.
- **Q: Can I manage teams?**A: Absolutely! Use `php artisan team:create` to create new teams and `php artisan team:assign-user` to add users.

### Contribute 💪

[](#contribute-)

We 💖 open source! Want to improve this package? Fork the repo and submit a pull request.

---

### Author 👨‍💻

[](#author-‍)

Developed and maintained by [Marco Sottana](https://github.com/marco76tv)
📧 Email:

---

### License 📄

[](#license-)

This package is open-sourced under the [MIT license](LICENSE).

---

Give your Laravel app the **edge** it deserves with **Module User Fila3**. Try it now! 💥

Module users
============

[](#module-users)

Gestione degli utenti, ruoli, permessi tramite l'utilizzo di filament.

Gestione degli utenti
---------------------

[](#gestione-degli-utenti)

[![create_user](docs/img/create_user.jpg)](docs/img/create_user.jpg)[![set_password](docs/img/set_password.jpg)](docs/img/set_password.jpg)

Gestione dei ruoli
------------------

[](#gestione-dei-ruoli)

[![roles list](docs/img/roles_list.JPG)](docs/img/roles_list.JPG)

Aggiungere Modulo nella base del progetto
-----------------------------------------

[](#aggiungere-modulo-nella-base-del-progetto)

Dentro la cartella laravel/Modules

```
git submodule add https://github.com/laraxot/module_user_fila3.git User
```

Verificare che il modulo sia attivo
-----------------------------------

[](#verificare-che-il-modulo-sia-attivo)

```
php artisan module:list
```

in caso abilitarlo

```
php artisan module:enable User
```

Eseguire le migrazioni
----------------------

[](#eseguire-le-migrazioni)

```
php artisan module:migrate User
```

Creare il primo account
-----------------------

[](#creare-il-primo-account)

Dalla documentazione di filament utilizziamo:

```
php artisan make:filament-user
```

l'account non potrà visualizzare nulla nella dashboard di amministrazione, in quanto non avrà assegnato nessun ruolo.

Rendere un account Super Admin
------------------------------

[](#rendere-un-account-super-admin)

```
php artisan user:super-admin
```

Ora avete il vostro account Super Admin per poter iniziare. Esso potrà accedere a tutti i moduli nell'amminstrazione.

Assegnare un ruolo/modulo
-------------------------

[](#assegnare-un-ruolomodulo)

```
php artisan user:assign-module
```

L'account potrà accedere al modulo assegnato.

[Gestione dei Team](docs/teams.md)
----------------------------------

[](#gestione-dei-team)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity36

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.

###  Release Activity

Cadence

Every ~52 days

Total

3

Last Release

776d ago

### Community

Maintainers

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

---

Top Contributors

[![marco76tv](https://avatars.githubusercontent.com/u/1944941?v=4)](https://github.com/marco76tv "marco76tv (1 commits)")

---

Tags

laravelUsersfilamentuser moduleusers managementlaraxotmodule\_user

###  Code Quality

TestsPest

Static AnalysisPHPStan, Psalm, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/laraxot-module-user-fila3/health.svg)

```
[![Health](https://phpackages.com/badges/laraxot-module-user-fila3/health.svg)](https://phpackages.com/packages/laraxot-module-user-fila3)
```

###  Alternatives

[chiiya/filament-access-control

Admin user, role and permission management for Laravel Filament

21847.2k](/packages/chiiya-filament-access-control)[tomatophp/filament-users

Manage your users with a highly customizable user resource for FilamentPHP with integration of filament-shield and filament-impersonate

90102.0k7](/packages/tomatophp-filament-users)[caresome/filament-auth-designer

Transform Filament's default auth pages into stunning, brand-ready experiences

3916.8k2](/packages/caresome-filament-auth-designer)

PHPackages © 2026

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