ronaldnina / pps-foxley-inventory
Package skeleton to develop a package for ProcessMaker 4
Package info
github.com/ronytic/pps-foxley-inventory
Language:Vue
Type:project
pkg:composer/ronaldnina/pps-foxley-inventory
1.0.0
2023-01-24 20:12 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/pps-foxley-inventory.git
cd pps-foxley-inventory
php rename-project.php pps-foxley-inventory
composer install
npm install
npm run dev
Installation
- Use
composer require processmaker/pps-foxley-inventoryto install the package. - Use
php artisan pps-foxley-inventory: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 pps-foxley-inventory:uninstallto uninstall the package - Use
composer remove processmaker/pps-foxley-inventoryto remove the package completely