Vdomah.Roles plugin adapter for RainLab.User 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 RainLab.User you need to install just this plugin. It's the only purpose of it.
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.rolesrainlabuser
Or go to your project's Backend Updates section or to plugin's marketplace page and install it.
The following plugins are required
User
Front-end user management.
User
Front-end user management.
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...
After installing this plugin you'll have Vdomah.Roles and RainLab.User correctly 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.0 |
Initialize plugin. Add role_id column to users table if that field doesn't exist yet. Dec 24, 2020 |
---|