Skip to content

Instantly share code, notes, and snippets.

View tschallacka's full-sized avatar

Tschallacka tschallacka

View GitHub Profile
@phaelfp
phaelfp / CustomAttributeInstaller.php
Created February 10, 2021 17:07 — forked from 0-Sony/CustomAttributeInstaller.php
Magento 2 : Create attributeSet, AttributeGroup, Product Attributes programmatically, and add Options (tested on Version 2.3, but older should work as well)
<?php
/**
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Phuong LE <sony@meincode.com> <@>
* @copyright Copyright (c) 2019 Menincode (http://www.menincode.com)
*/
namespace MyNameSpace\Catalog\Setup;