wnikk/laravel-access-ui
Composer 安装命令:
composer require wnikk/laravel-access-ui
包简介
Interface of simple ACR (Access Control Rules) for Laravel.
关键字:
README 文档
README
Laravel Access Control Rules Ui
(ACR - Access Control Rules, Permissions Package with User Interface)
This is FrontEnd for package Laravel Access Rules.
What does Access Rules support?
- Multiple user models.
- Multiple permissions can be attached to users.
- Multiple permissions can be attached to groups.
- Permissions verification.
- Permissions caching.
- Events when permissions are attached, detached or synced.
- Multiple permissions can be attached to user or group.
- Permissions can be inherited with unlimited investment from users and groups.
- Laravel gates and policies.
- Frontend themes: "ukit", Bootstrap 4 and Bootstrap 5, default "bt".
Documentation, Installation, and Usage Instructions Backend
Before using UI, it is necessary to install the ACR (Access Control Rules) itself.
See the documentation for detailed installation and usage instructions.
You can install the package UI using composer:
composer require wnikk/laravel-access-ui
And publish the config/accessUi.php config file with:
php artisan vendor:publish --provider="Wnikk\LaravelAccessUi\AccessUiServiceProvider"
Theme
Bootstrap 4 and Bootstrap 5
ukit
Optional GUI Routes
| HTTP method | Route | Main page | Controller | Action |
|---|---|---|---|---|
| GET | accessui/ | accessUi.main | ...AccessUiController | main |
| HTTP method | Route | Pages JSON data | Controller | Action |
|---|---|---|---|---|
| GET | accessui/rules-data | accessUi.rules-data.index | ...RulesController | index |
| POST | accessui/rules-data | accessUi.rules-data.store | ...RulesController | store |
| PUT | accessui/rules-data/{id} | accessUi.rules-data.update | ...RulesController | update |
| DELETE | accessui/rules-data/{id} | accessUi.rules-data.destroy | ...RulesController | destroy |
| GET | accessui/owners-data | accessUi.owners-data.index | ...OwnersController | index |
| POST | accessui/owners-data | accessUi.owners-data.store | ...OwnersController | store |
| PUT | accessui/owners-data/{id} | accessUi.owners-data.update | ...OwnersController | update |
| DELETE | accessui/owners-data/{id} | accessUi.owners-data.destroy | ...OwnersController | destroy |
| GET | accessui/owner/{owner}/inherit-data | accessUi.owner.inherit-data.index | ...InheritController | index |
| POST | accessui/owner/{owner}/inherit-data | accessUi.owner.inherit-data.store | ...InheritController | store |
| DELETE | accessui/owner/{owner}/inherit-data/{id} | accessUi.owner.inherit-data.destroy | ...InheritController | destroy |
| GET | accessui/owner/{owner}/permission-data | accessUi.owner.permission-data.index | ...PermissionController | index |
| PUT | accessui/owner/{owner}/permission-data/{id} | accessUi.owner.permission-data.update | ...PermissionController | update |
Contributing
Please report any issue you find in the issues page. Pull requests are more than welcome.
License
The MIT License (MIT). Please see License File for more information.
wnikk/laravel-access-ui 适用场景与选型建议
wnikk/laravel-access-ui 是一款 基于 Vue 开发的 Composer 扩展包,目前已累计 3.54k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2023 年 03 月 09 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「security」 「ui」 「manager」 「rules」 「acl」 「laravel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 wnikk/laravel-access-ui 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 wnikk/laravel-access-ui 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 wnikk/laravel-access-ui 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
The file manager intended for using Laravel with CKEditor / TinyMCE / Colorbox
Magento 2 module which adds support for Speculation Rules API for instant page loads.
The coding standard applying to all Youdot PHP projects, based on Doctrine set of PHPCS rules, with additional checks.
Provide a way to secure accesses to all routes of an symfony application.
Business rules engine tools.
It's a barebone security class written on PHP
统计信息
- 总下载量: 3.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-09


