- PHP 5.6 or above
- Composer
- Clone git repository
- Make sure folder name is the same as "dpdbaltics.php" file name
- Unzip vendor folder to project folder or, use
composer install
command
- Clone git repository
- Make sure folder name is the same as "dpdbaltics.php" file name
- Unzip vendor folder to project folder or, use
composer install
command - Remove vendor.zip file
- Remove folders: .git, tests
- Compress folder to .zip format
- Install to prestashop via back office
- Fork project repository
- Clone forked repository
git clone URL_OF_LOCAL_PROJECT
- Add original repository as the "upstream remote"
git remote add upstream URL_OF_PROJECT
- Pull latest changes from upstream repository
git pull upstream BRANCH_NAME
- More information
- Make sure to create git tags when adding new version. Use git tag -a vx.x.x commit-hash -m 'release of vx.x.x'
- Follow PSR-4 code standarts, more info
- Contact DPD support team: more information
- Please refer to for more information DPD offcial website