Add groups to your users
- Laravel 8.0+
- PHP 8.0+
- LiveControls\Permissions (Will be automatically included if not installed already)
None
composer require live-controls/groups
- Run in console:
php artisan vendor:publish --tag="livecontrols.groups.config"
- Open /config/livecontrols_groups.php
- Change line "usergroups_admins" to an array of UserGroup keys
- Run in console:
php artisan vendor:publish --tag="livecontrols.groups.config"
- Open /config/livecontrols_groups.php
- Change line "usergroups_to_generate" to an array of UserGroups (See file for more informations)
- Run in console:
php artisan livecontrols:creategroups
Todo