Skip to content

Mobi-Market/dpd-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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