Module Laybuy\Laybuy implements integration with the Laybuy payment system.
Download the latest release
Extract the archive to app/code/Laybuy/Laybuy
Enable the module:
php bin/magento module:enable Laybuy_Laybuy
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Works with Magento >=2.1
You can find the list of modules that have dependencies on Laybuy_Laybuy module, in the require
section of the composer.json
file located in the same directory as this README.md
file.
The Laybuy_Laybuy module does not provide any specific extension points. You can extend it using the Magento extension mechanism.
For more information about Magento extension mechanism, see Magento plug-ins and Magento dependency injection.
For more Magento 2 developer documentation, see Magento 2 Developer Documentation. Also, there you can track backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release.