Download the PHP package boekuwzending/magento without Composer
On this page you can find all versions of the php package boekuwzending/magento. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download boekuwzending/magento
More information about boekuwzending/magento
Files in boekuwzending/magento
Package magento
Short Description Boekuwzending Shipping Module
License OSL-3.0 AFL-3.0
Informations about the package magento
Omschrijving
Een module die orders inschiet bij Boekuwzending.
Installatie
Voer op de server uit, als de www-user, in de Magento-directory:
composer require boekuwzending/magento
bin/magento module:enable Boekuwzending_Magento
bin/magento setup:upgrade
bin/magento setup:di:compile
Development-installatie
Wanneer tijdens de ontwikkeling van de module een dependency toegevoegd dient te worden, moet deze met de hand in de Magento-root (dus niet de module-directory) worden uitgevoerd:
/magento2$composer require boekuwzending/php-sdk
Dit moet dus voor iedere volgende dependency weer gebeuren, en deze dependency moet ook worden opgenomen in de composer.json van dit project. Daarna:
bin/magento module:enable Boekuwzending_Magento
bin/magento setup:upgrade
bin/magento setup:di:compile
Debugging
Developer mode voor nuttige foutmeldingen:
bin/magento deploy:mode:set developer
XDebug staat enabled. Disablen voor de snelheid:
phpdismod xdebug
En weer aan:
phpenmod xdebug
Wanneer het is ingeschakeld, kun je vanuit VS Code met F5 attachen. Breakpoints worden geraakt, maar exceptions worden door Magento opgegeten.
Configuratie
- Klik op Stores, en onder Settings op Configuration.
- Ga naar Sales -> Delivery Methods
- Scroll naar "Boekuwzending"
Zie docs.boekuwzending.com/plugin/magento/ voor meer informatie.
All versions of magento with dependencies
magento/framework Version ~102.0|~103.0
boekuwzending/php-sdk Version 1.0.1
ext-json Version *