concept-image / wp-roles
A simple WordPress roles package for Roots Acorn.
Package info
gitlab.com/concept-image-public/wp-roles
Type:package
pkg:composer/concept-image/wp-roles
2.1.1
2025-10-07 14:34 UTC
Requires
- php: >=8.0
- roots/acorn: >=4.3
README
WP Roles is a Composer package that provides role management functionality for WordPress applications.
Installation
You can install the package via Composer:
composer require concept-image/wp-roles
Register ServiceProvider
Register RoleServiceProvider with:
wp acorn package:discover
Publish Command
After installing the package, you can publish the configuration file. Run the following command:
wp acorn vendor:publish --tag="wp-roles-config"
Changelog
Please refer to CHANGELOG for more information.
Contributing
Please refer to CONTRIBUTING for more information.
License
Please refer to LICENSE for more information.