Vdomah.Roles adapter for Lovata.Buddies plugin
This is not independent plugin. It's used to connect two plugins by requiring both. The reason I had to do it this way - because Vdomah.Roles supports both Lovata.Buddies and RainLab.User and it can't use $require directive to require both because they are mutually exclusive.
So to use Vdomah.Roles with Lovata.Buddies you need to install just this plugin. It does only that and it guarantees proper migrations installation in right order.
Installation
Artisan
Using the Laravel’s CLI is the fastest way to get started. Just run the following commands in a project’s root directory:
php artisan plugin:install vdomah.rolesbuddies
Or go to your project's Backend Updates section or to plugin's marketplace page and install it.
The following plugins are required
Roles
Allows to manage access based on roles and permissions (tree or flat model). For RianLab.User or Lovata.Buddie...
Roles
Allows to manage access based on roles and permissions (tree or flat model). For RianLab.User or Lovata.Buddie...
Buddies
Front-end authorization, registration, password recovery, user profile
Buddies
Front-end authorization, registration, password recovery, user profile
After installing this plugin you'll have Vdomah.Roles and Lovata.Buddies installed in your project.
Please refer to Vdomah.Roles documentation to continue your setup: https://octobercms.com/plugin/vdomah-roles
-
This plugin has not been reviewed yet.
-
1.0.1 |
Rename vdomah_roles_role_id column to vdomah_role_id in migration Dec 17, 2020 |
---|---|
1.0.0 |
Initialize plugin. Add role_id column to lovata_buddies_users if it's not there yet May 29, 2020 |