hunghbm / bagisto-fedex
This extension used for calculating shipping rate with FeDex services.
v1.0
2020-09-22 07:02 UTC
Requires
This package is auto-updated.
Last update: 2025-03-22 17:15:29 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.