hunghbm / bagisto-fedex
This extension used for calculating shipping rate with FeDex services.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hunghbm/bagisto-fedex
Requires
This package is auto-updated.
Last update: 2025-09-22 18:44:23 UTC
README
This extension allows your customers to collect their orders from your physical store.
Requirements
Installation
Install with composer
- Run the following command
composer require hunghbm/fedex-bagisto
- Open config/app.php and add Hunghbm\FedEx\Providers\FedExServiceProvider::class.
- Run the following command
composer dump-autoload
- Go to
https://<your-site>/admin/configuration/sales/carriers
. - Make sure that Marketplace FedEx is active and press save.
Install with package folder
- Unzip all the files to packages/Hunghbm/FedEx.
- Open config/app.php and add Hunghbm\FedEx\Providers\FedExServiceProvider::class.
- Go to
https://<your-site>/admin/configuration/sales/carriers
. - Make sure that Marketplace FedEx is active and press save.
Your customers are now able to select the new shipping method.