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
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.
- 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 ❤️