Download the PHP package landofcoder/module-barcodeinventory without Composer
On this page you can find all versions of the php package landofcoder/module-barcodeinventory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download landofcoder/module-barcodeinventory
More information about landofcoder/module-barcodeinventory
Files in landofcoder/module-barcodeinventory
Download landofcoder/module-barcodeinventory
More information about landofcoder/module-barcodeinventory
Files in landofcoder/module-barcodeinventory
Vendor landofcoder
Package module-barcodeinventory
Short Description Magento 2 extensoin Generate barcode for inventory product by landofcoder
License OSL-3.0 AFL-3.0
Package module-barcodeinventory
Short Description Magento 2 extensoin Generate barcode for inventory product by landofcoder
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package module-barcodeinventory
Magento 2 Module Lof BarcodeInventory
``landofcoder/module-barcodeinventory``
- Main Functionalities
- Installation
Compatible with magento 2.3.6, 2.4.0, 2.4.1, 2.4.2, 2.4.2-p1, 2.4.3
Main Functionalities
- Generate barcode by inventory, mutil source stock
- Add product to cart with barcode (GraphQl, REST API)
- query find products by barcode (GraphQl, REST API)
Installation
* = in production please use the --keep-generated
option
Option 1 setup via composer (Recommended):
Option 2 setup via upload FTP:
- Unzip the zip file in
app/code/Lof
- Install picqer library:
composer require picqer/php-barcode-generator
- Install mpdf library:
composer require mpdf/mpdf
Final step:
- Enable the module by running
php bin/magento module:enable Lof_BarcodeInventory
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Example Graphql
-
Add Product To Cart by Barcode:
- Get Product info by Barcode:
All versions of module-barcodeinventory with dependencies
PHP Build Version
Package Version
The package landofcoder/module-barcodeinventory contains the following files
Loading the files please wait ....