1.8.0 • Published 3 years ago

hygen-magento2 v1.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

hygen-magento2

Templates for Magento 2 module generation built for Hygen.

Install

hygen-add magento2

Examples

Create the skeleton of a module:

hygen module new --name Vendor_Example

Add a new shipping method:

hygen shipping-method new --module Vendor_Example --name FreeShipping

Create a new model:

hygen model new --module Vendor_Example --name Blog

Add a field to this model:

hygen model field --module Vendor_Example --model Blog --name title
1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago