laraxot/module_user_fila3
Composer 安装命令:
composer require laraxot/module_user_fila3
包简介
user module for user management
README 文档
README
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 🌟
- 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:createandphp artisan team:assign-user. 👥 - Permissions that Fit: Set flexible roles and permissions to fit your app’s unique needs! 🔑
Installation Guide 💻
-
Install the package via Composer:
composer require laraxot/module_user_fila3
-
Run Migrations:
php artisan module:migrate User
-
Publish Config File:
php artisan vendor:publish --tag="module_user_fila3-config" -
Create First User:
php artisan make:filament-user
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
- Create a team:
-
View Available Modules:
php artisan module:list
See all available modules and activate/deactivate them at will.
Configuration 🔧
Easily configure the module in the module_user_fila3.php config file to suit your app's specific needs.
FAQ ❓
-
Q: How do I assign roles? A: Use the Filament interface or
php artisan user:assign-modulecommand to assign roles and modules. -
Q: Can I manage teams? A: Absolutely! Use
php artisan team:createto create new teams andphp artisan team:assign-userto add users.
Contribute 💪
We 💖 open source! Want to improve this package? Fork the repo and submit a pull request.
Author 👨💻
Developed and maintained by Marco Sottana
📧 Email: marco.sottana@gmail.com
License 📄
This package is open-sourced under the MIT license.
Give your Laravel app the edge it deserves with Module User Fila3. Try it now! 💥
Module users
Gestione degli utenti, ruoli, permessi tramite l'utilizzo di filament.
Gestione degli utenti
Gestione dei ruoli
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
php artisan module:list
in caso abilitarlo
php artisan module:enable User
Eseguire le migrazioni
php artisan module:migrate User
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
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
php artisan user:assign-module
L'account potrà accedere al modulo assegnato.
Gestione dei Team
laraxot/module_user_fila3 适用场景与选型建议
laraxot/module_user_fila3 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 08 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「Users」 「laravel」 「user module」 「users management」 「filament」 「laraxot」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 laraxot/module_user_fila3 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 laraxot/module_user_fila3 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 laraxot/module_user_fila3 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Debugging a problem and need to login as one of your customers? This allows you to authenticate as any of your customers.
A trait for Laravel models which have many users with roles.
The library provides a flexible way to add role-based access control management to CakePHP 3.x
Authorization package for ARCANESOFT/Foundation.
Standalone replacement for php's native get_browser() function
User component for Yii2
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 22
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-19

