albertshen / module-sampleuicomponent

A Magento 2 sample module demonstrating how to implement a grid and form UI Component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 2 - Sample UI Component Module

Overview

A Magento 2 sample module demonstrating how to implement a grid and form UI Component.

Requirements

Magento Open Source (CE) Version 2.2.x

Installation

Include the package.

$ composer require sussexdev/module-sampleuicomponent

Enable the module.

$ php bin/magento module:enable SussexDev_Sample
$ php bin/magento setup:upgrade
$ php bin/magento cache:clean

Usage

In the Magento admin, head to the Sample Data menu item.

About

A Magento 2 sample module demonstrating how to implement a grid and form UI Component.

License:MIT License


Languages

Language:PHP 100.0%