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 |
First install the package via composer
composer require hans-thomas/horus
Then, publish the configuration file
php artisan vendor:publish --tag horus-config
Done.
- 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 ❤️