jmaloney / bagistohubexport
Export bagisto orders to hub
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jmaloney/bagistohubexport
Requires
- laravelcollective/html: ^5.5
This package is auto-updated.
Last update: 2025-09-15 04:06:00 UTC
README
$ composer require jmaloneytrevetts/bagistohubexport
$ composer require laravel/slack-notification-channel
$ composer dump-autoload
In config/app.php add under providers:
jmaloneytrevetts\bagistohubexport\BagistoHubExportServiceProvider::class
Other dependencies:
composer require laravel/slack-notification-channel
.env
Key | Example Value |
---|---|
HUB_ADDRESS | https://www.hub.com |
HUB_API_KEY | ”abcdefg123” |
HUB_SHIP_METHOD_ID | 2 [Look up equivalent id in hub tblshippingmethods] |
SLACK_HOOK | SLACK_HOOK=https://hooks.slack.com/services/abc123 |
Artisan Commands
Key | Example Value |
---|---|
hub:export | [orderID optional parameter] |
hub:slacktest | *tests slack integration with test message |