Skip to content

Instantly share code, notes, and snippets.

View tadeobarranco's full-sized avatar
🏠
Working from home

Tadeo Barranco tadeobarranco

🏠
Working from home
View GitHub Profile

Frontend

  • Custom theme (extended from porto theme)
  • Logo
  • Banners
  • Product info banners
  • Upload all new media

Catalog

<?php

\Magento\Framework\Component\ComponentRegistrar::register(
    \Magento\Framework\Component\ComponentRegistrar::MODULE,
    'Barranco_EasyModule',
    __DIR__
);