bpmnmaker / package-translations
Package skeleton to develop a package for ProcessMaker 4
Package info
github.com/BPMNmaker/package-translations
Type:project
pkg:composer/bpmnmaker/package-translations
dev-main
2025-04-07 03:54 UTC
This package is auto-updated.
Last update: 2026-03-07 05:25:43 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/package-translations.git
cd package-translations
php rename-project.php package-translations
composer install
npm install
npm run dev
Installation
- Use
composer require BPMNmaker/package-translationsto install the package. - Use
php artisan package-translations:installto install generate the dependencies.
Navigation and testing
- Navigate to administration tab in your ProcessMaker 4
- Select
Skeleton Packagefrom the administrative sidebar
Uninstall
- Use
php artisan package-translations:uninstallto uninstall the package - Use
composer remove BPMNmaker/package-translationsto remove the package completely