角色和权限管理器

v1.1.1 2023-08-17 12:52 UTC

This package is auto-updated.

Last update: 2024-09-25 17:38:37 UTC


README

horus banner

codecov GitHub Workflow Status GitHub top language GitHub release (latest by date) StyleCi

Horus是一个角色和权限注册器,使授权工作变得简单。

特性

安装

首先使用composer安装包

composer require hans-thomas/horus:^1.0

然后,发布配置文件

php artisan vendor:publish --tag horus-config

完成。

贡献

  1. 将其Fork!
  2. 创建您的功能分支:git checkout -b my-new-feature
  3. 提交您的更改:git commit -am '添加一些功能'
  4. 推送到分支:git push origin my-new-feature
  5. 提交拉取请求 ❤️

支持