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 is a roles and permissions registerer that make working on authorization easy.
Features:
| Version | Laravel | |:-------:|:-------:| | 1.x | 10.x | | 2.x | 11.x, 12.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.