bpmnmaker/package-accessibility

Package accessibility for ProcessMaker 4

Maintainers

Package info

github.com/BPMNmaker/package-accessibility

Type:package

pkg:composer/bpmnmaker/package-accessibility

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2025-04-15 10:25 UTC

This package is auto-updated.

Last update: 2026-03-15 12:37:47 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/accessibility.git
cd accessibility
php rename-project.php accessibility
composer install
npm install
npm run dev

Installation

  • Use composer require BPMNmaker/accessibility to install the package.
  • Use php artisan accessibility: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 accessibility:uninstall to uninstall the package
  • Use composer remove BPMNmaker/accessibility to remove the package completely