hans-thomas/horus
最新稳定版本:v2.0.0
Composer 安装命令:
composer require hans-thomas/horus
包简介
a roles and permissions manager
README 文档
README
Horus is a roles and permissions registerer that make working on authorization easy.
Features:
- Integrated with spatie/laravel-permission
- Supported by Sphinx
- Batch creation of roles and permissions
- Create permissions for a model based on related policy class
- Assign permissions to roles in a breeze
| Version | Laravel |
|---|---|
| 1.x | 10.x |
| 2.x | 11.x, 12.x |
Installation
First install the package via composer
composer require hans-thomas/horus
Then, publish the configuration file
php artisan vendor:publish --tag horus-config
Done.
Contributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request ❤️
Support
统计信息
- 总下载量: 3.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-02
