Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 508 Bytes

DPD API Laravel Package

This package provides the DPD API calls for use in MobiMarket applications.

Installation

Install the latest version with

$ composer require mobi-market/dpd-integration

Run composer update followed by composer dump

Publish the configuration file

php artisan vendor:publish --provider="MobiMarket\DpdShipping\DpdServiceProvider"

Update the settings in the configuration file located in: config\dpd.php

Basic Usage

unfinished