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