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

v1.0 2020-09-22 07:02 UTC

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

  1. Run the following command
composer require hunghbm/fedex-bagisto
  1. Open config/app.php and add Hunghbm\FedEx\Providers\FedExServiceProvider::class.
  2. Run the following command
composer dump-autoload
  1. Go to https://<your-site>/admin/configuration/sales/carriers.
  2. Make sure that Marketplace FedEx is active and press save.

Install with package folder

  1. Unzip all the files to packages/Hunghbm/FedEx.
  2. Open config/app.php and add Hunghbm\FedEx\Providers\FedExServiceProvider::class.
  3. Go to https://<your-site>/admin/configuration/sales/carriers.
  4. Make sure that Marketplace FedEx is active and press save.

Your customers are now able to select the new shipping method.