dimasriskifirdaus / package-skeleton
Package skeleton to develop a package for ProcessMaker 4
Package info
github.com/dimasriskifirdaus/package-skeleton
Language:Vue
pkg:composer/dimasriskifirdaus/package-skeleton
v0.0.2
2025-01-23 20:23 UTC
Requires
- php: ^8.0
- illuminate/support: ^8.0|^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^6.0|^7.0|^8.0
- phpunit/phpunit: ^9.0|^10.0
This package is auto-updated.
Last update: 2026-04-24 06:16:48 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-skeleton.git
cd package-skeleton
php rename-project.php package-skeleton
composer install
npm install
npm run dev
Installation
- Use
composer require processmaker/package-skeletonto install the package. - Use
php artisan package-skeleton: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-skeleton:uninstallto uninstall the package - Use
composer remove processmaker/package-skeletonto remove the package completely