Skip to content

itmyprofession/M2_Sample

 
 

Repository files navigation

Genmato Sample extension for Magento2

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.

About

Magento 2 step by step sample module

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.6%
  • HTML 0.4%