hbliang/shipping-manager

There is no license information available for the latest version (dev-master) of this package.

dev-master 2018-02-26 19:37 UTC

This package is not auto-updated.

Last update: 2024-05-12 02:56:35 UTC


README

composer require hbliang/shippingManager

Configuration

The defaults are set in config/shippingManager.php.

php artisan vendor:publish --provider="Hbliang\ShippingManager\ServiceProvider"

Usage


Test

create a .env.testing file to your project root path and write your settings:

FEDEX_API_KEY=key
FEDEX_API_PASSWORD=password
FEDEX_API_ACCOUNT=account
FEDEX_API_METER=meter
FEDEX_DEBUG=true