jounger / api-connector
A plugin to build and config api and event handler
dev-master
2021-08-04 06:49 UTC
This package is auto-updated.
Last update: 2025-07-12 19:32:03 UTC
README
If you need to modify package run the following commands:
git clone https://github.com/BPMS-VTS/api-connector-package.git
cd api-connector-package
composer install
npm install
npm run dev
Installation
- Use
composer require jounger/api-connector
to install the package. - Use
php artisan api-connector:install
to install generate the dependencies. - Use
php artisan vendor:publish --tag=api-connector --force
to publish all resources.
Uninstall
- Use
php artisan api-connector:uninstall
to uninstall the package - Use
composer remove jounger/api-connector
to remove the package completely