1.2.0 • Published 4 years ago
hygen-magento2 v1.2.0
hygen-magento2
Templates for Magento 2 module generation built for Hygen.
Install
hygen-add magento2Examples
Create the skeleton of a module:
hygen module new --name Vendor_ExampleAdd a new shipping method:
hygen shipping-method new --module Vendor_Example --name FreeShippingCreate a new model:
hygen model new --module Vendor_Example --name BlogAdd a field to this model:
hygen model field --module Vendor_Example --model Blog --name title