parser-postal/warehouses

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

Parse Delivery and InTime branches

dev-master 2020-04-04 15:39 UTC

This package is not auto-updated.

Last update: 2024-09-30 11:36:17 UTC


README

##Laravel package - Parser for warehouses

install

sudo apt-get install php7.*-soap 
sudo systemctl restart apache2

add into config.app in providers array

Parser\Postal\ParserServiceProvider::class

update the .env file next variables

INTIME_API_KEY=''
INTIME_URL=''
DELIVERY_URL=''
DELIVERY_PARAM=''
DB_NAME=''
DELIVERY_TABLE_NAME=''
INTIME_TABLE_NAME=''
FIREBASE_AUTH=''
MOYSKLAD_EMAIL=''
MOYSKLAD_PASS=''
MOYSKLAD_DELIVERY_TABLE_ID=''
MOYSKLAD_INTIME_TABLE_ID=''