hans-thomas / horus
a roles and permissions manager
v1.1.1
2023-08-17 12:52 UTC
Requires
- php: ^8.1
- mavinoo/laravel-batch: ^2.3
- spatie/laravel-permission: ^5.8
Requires (Dev)
- nunomaduro/collision: ^7.0
- orchestra/testbench: ^8.0
This package is auto-updated.
Last update: 2025-01-08 17:27:48 UTC
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
Installation
First install the package via composer
composer require hans-thomas/horus:^1.0
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 ❤️