dimasriskifirdaus / package-skeleton
Package skeleton to develop a package for ProcessMaker 4
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
pkg:composer/dimasriskifirdaus/package-skeleton
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: 2025-12-24 05:31:13 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