This Magento 2 module demos the usage of Yireo_LokiAdminComponents to code a grid with ease.
composer require yireo-training/magento2-example-loki-admin-products@dev
bin/magento module:enable YireoTraining_ExampleLokiAdminProducts
Navigate via the menu Catalog > Products (Loki).
Note that this example module is not about the usage, it is about the code. See how little code was involved to create this grid.
@dev
to the composer command.
For getting support, create an Issue under the following project URL:
https://github.com/yireo-training/YireoTraining_ExampleLokiAdminProducts
The following LokiComponents are created or references in this module:
loki_admin_products.grid
loki_admin_products.form
The following dependencies are declared in the module its `etc/module.xml` file:
Magento_Catalog
YireoTraining_ExampleLokiAdminProducts
yireo-training/magento2-example-loki-admin-products
magento/framework: *
dev-master | 20 May 2025 |