genmato/sample

Genmato Magento2 Sample extension

Installs: 91

Dependents: 0

Suggesters: 0

Security: 0

Stars: 21

Watchers: 2

Forks: 6

Open Issues: 1

Type:magento2-module

0.9.1 2016-09-30 13:17 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:18:09 UTC


README

This is a small Magento2 sample extension using various functions like:

  • Model/Resource model for database access
  • Schema and Data setup/upgrade script
  • Frontend router with layout/template
  • Backend router
  • Backend grid with mass-action, search and delete/edit actions
  • Backend form to edit/create records

Installation

This package is registered on Packagist for easy installation. In your Magento installation root run:

composer require genmato/sample

This will install the latest version in your Magento installation, when completed run:

php bin/magento module:enable Genmato_Sample

php bin/magento setup:upgrade

php bin/magento cache:clean

This will enable the extension and run the Schema and Data scripts to create the database and insert a sample record.

(C)2015 Genmato BV, The Netherlands.