Skip to content

Danger-Mkh/package-skeleton

 
 

Repository files navigation

Processmaker Package Skeleton

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-skeleton to install the package.
  • Use php artisan package-skeleton:install to install generate the dependencies.

Navigation and testing

  • Navigate to administration tab in your ProcessMaker 4
  • Select Skeleton Package from the administrative sidebar

Uninstall

  • Use php artisan package-skeleton:uninstall to uninstall the package
  • Use composer remove processmaker/package-skeleton to remove the package completely

About

skeleton base to develop packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 41.3%
  • PHP 26.8%
  • JavaScript 24.0%
  • Blade 7.9%