bpmnmaker / advanced-user-manager
Package skeleton to develop a package for ProcessMaker 4
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Vue
Type:project
This package is auto-updated.
Last update: 2025-04-07 15:29:15 UTC
README
This package provides the necessary base code to start the developing a package in ProcessMaker 4.
Development
If you need to create a new ProcessMaker package run the following commands:
git clone https://github.com/ProcessMaker/advanced-user-manager.git
cd advanced-user-manager
php rename-project.php advanced-user-manager
composer install
npm install
npm run dev
Installation
- Use
composer require BPMNmaker/advanced-user-manager
to install the package. - Use
php artisan advanced-user-manager:install
to install generate the dependencies.
Navigation and testing
- Navigate to administration tab in your ProcessMaker 4
- Select
Skeleton Package
from the administrative sidebar
Uninstall
- Use
php artisan advanced-user-manager:uninstall
to uninstall the package - Use
composer remove BPMNmaker/advanced-user-manager
to remove the package completely