This package provides the necessary base code to start the developing a package in ProcessMaker 4.
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
- Use
composer require processmaker/package-skeleton
to install the package. - Use
php artisan package-skeleton:install
to install generate the dependencies.
- Navigate to administration tab in your ProcessMaker 4
- Select
Skeleton Package
from the administrative sidebar
- Use
php artisan package-skeleton:uninstall
to uninstall the package - Use
composer remove processmaker/package-skeleton
to remove the package completely