LaravelPackages.net
Acme Inc.
Toggle sidebar
hans-thomas/horus

a roles and permissions manager

3.432
1
v2.0.0
About hans-thomas/horus

hans-thomas/horus is a Laravel package for a roles and permissions manager. It currently has 1 GitHub stars and 3.432 downloads on Packagist (latest version v2.0.0). Install it with composer require hans-thomas/horus. Discover more Laravel packages by hans-thomas or browse all Laravel packages to compare alternatives.

Last updated

Horus

horus banner

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

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request ❤️

Support

Comments